fromJSON abstract method

void fromJSON(
  1. dynamic json
)

Deserializes the JSON data to the model.

Parameters:

  • json: The JSON data to deserialize.

Implementation

void fromJSON(dynamic json);