fromInteger static method
Creates a new typed DataSchemaValue representing an int.
Implementation
static IntegerValue fromInteger(int value) => IntegerValue._fromValue(value);
Creates a new typed DataSchemaValue representing an int.
static IntegerValue fromInteger(int value) => IntegerValue._fromValue(value);