StringValue.fromJson constructor
StringValue.fromJson(
- Object? json
Implementation
factory StringValue.fromJson(Object? json) => _StringValueHelper.decode(json);
factory StringValue.fromJson(Object? json) => _StringValueHelper.decode(json);