fromJson method

JsonModel fromJson (Map<String, dynamic> json)

Deserializes the json string into the class.

Implementation

JsonModel fromJson(Map<String, dynamic> json);