int property

SupportedIdType get int

Id type that generates sequential integer values.

Implementation

static SupportedIdType get int => SupportedIdType(
      type: TypeDefinition.int,
      aliases: ['int'],
      defaultValue: defaultIntSerial,
    );