StringFormat constructor

StringFormat(
  1. String value
)

Validates and creates a StringFormat value.

Implementation

factory StringFormat(String value) {
  return StringFormat._(value);
}