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