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