fromString static method
Creates a new typed DataSchemaValue representing a String.
Implementation
static StringValue fromString(String value) => StringValue._fromValue(value);
Creates a new typed DataSchemaValue representing a String.
static StringValue fromString(String value) => StringValue._fromValue(value);