valueFromJson abstract method

T valueFromJson(
  1. Map<String, dynamic> json
)

Method that deserialize the data in JSON form to an actual instance of the object.

Implementation

T valueFromJson(Map<String, dynamic> json);