StringValue.fromJson constructor

StringValue.fromJson(
  1. Object? json
)

Implementation

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