integer static method
An integer, optionally bounded by min and max (inclusive).
Implementation
static IntegerSchema integer({String? description, int? min, int? max}) =>
IntegerSchema._(description: description, min: min, max: max);
An integer, optionally bounded by min and max (inclusive).
static IntegerSchema integer({String? description, int? min, int? max}) =>
IntegerSchema._(description: description, min: min, max: max);