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