fromInteger static method

IntegerValue fromInteger(
  1. int value
)

Creates a new typed DataSchemaValue representing an int.

Implementation

static IntegerValue fromInteger(int value) => IntegerValue._fromValue(value);