StringFormat.fromJson constructor
StringFormat.fromJson(
- Object? value
Implementation
factory StringFormat.fromJson(Object? value) =>
_stringFormatCodec.decode(value);
factory StringFormat.fromJson(Object? value) =>
_stringFormatCodec.decode(value);