fromJson method Null safety

T fromJson(
  1. dynamic json
)

Method to convert json to model.

Implementation

T fromJson(dynamic json);