parse method Null safety
override
Implementation
static Obj? parse(Map<String, dynamic>? json) =>
json == null ? null : Obj._fromJson(json);
static Obj? parse(Map<String, dynamic>? json) =>
json == null ? null : Obj._fromJson(json);