StringFormat.fromJson constructor
StringFormat.fromJson(
- Object? json
Decodes a wire string.
Implementation
factory StringFormat.fromJson(Object? json) =>
StringFormat(decodeAcpString(json));
Decodes a wire string.
factory StringFormat.fromJson(Object? json) =>
StringFormat(decodeAcpString(json));