fromJSON abstract method
void
fromJSON(
- dynamic json
Deserializes the JSON data to the model.
Parameters:
json
: The JSON data to deserialize.
Implementation
void fromJSON(dynamic json);
Deserializes the JSON data to the model.
Parameters:
json
: The JSON data to deserialize.void fromJSON(dynamic json);