StringValue constructor

const StringValue(
  1. String value
)

Implementation

const factory StringValue(final String value) = _$StringValue;