fromString static method

StringValue fromString(
  1. String value
)

Creates a new typed DataSchemaValue representing a String.

Implementation

static StringValue fromString(String value) => StringValue._fromValue(value);