fromJsonMap method
Implementation
@override
StructuredFormat? fromJsonMap(Map<String, dynamic>? json) =>
json != null ? StructuredFormat.fromJson(json) : null;
@override
StructuredFormat? fromJsonMap(Map<String, dynamic>? json) =>
json != null ? StructuredFormat.fromJson(json) : null;