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