StringData constructor

const StringData(
  1. String value
)

Implementation

const factory StringData(final String value) = _$StringDataImpl;