Api Instance of 'FixturesByDateModel'

14 Views Asked by At

enter image description here

This is my API call when print jsonResponse it show data after fromjson it show me this error:

Api Instance of 'FixturesByDateModel'

Facing error only in this line of code:

FixturesByDateModel data = FixturesByDateModel.fromJson(jsonResponse);
0

There are 0 best solutions below