StringFormat constructor
StringFormat(
- String value
Validates and creates a StringFormat value.
Implementation
factory StringFormat(String value) {
return StringFormat._(value);
}
Validates and creates a StringFormat value.
factory StringFormat(String value) {
return StringFormat._(value);
}