Jey
Jey

Reputation: 85

NoSuchMethodError (NoSuchMethodError: Class '_InternalLinkedHashMap<String, dynamic>' has no instance method 'cast' with matching arguments

This is my error line:

This is my error line

here is my code:

here is my code

Upvotes: 2

Views: 1235

Answers (1)

Julius
Julius

Reputation: 21

final jobs= json.decode(response.body)['name_database_table'];

Upvotes: 1

Related Questions