RequiredString constructor

RequiredString(
  1. String string
)

Implementation

new(String string) : this._(FormattedString('< ${_parse(string)} >'));