fromJson property Null safety

T Function(Json) fromJson
final

Factory function to build object from json

Implementation

final T Function(Json) fromJson;