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);