StringOption constructor

StringOption(
  1. OptionType type,
  2. String value
)

Implementation

StringOption(this.type, final String value)
    : byteValue = Uint8Buffer()..addAll(value.codeUnits);