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