fromNumber static method
Creates a new typed DataSchemaValue representing a num.
Implementation
static NumberValue fromNumber(num value) => NumberValue._fromValue(value);
Creates a new typed DataSchemaValue representing a num.
static NumberValue fromNumber(num value) => NumberValue._fromValue(value);