menu
superdeck package
documentation
schema/schema_values.dart
IntegerSchema
IntegerSchema.new const constructor
IntegerSchema.new const constructor
dark_mode
light_mode
IntegerSchema
constructor
const
IntegerSchema
(
{
bool
optional
=
false
,
List
<
Validator
<
int
>
>
validators
=
const []
,
})
Implementation
const IntegerSchema({super.optional = false, super.validators = const []});
superdeck package
documentation
schema/schema_values
IntegerSchema
IntegerSchema.new const constructor
IntegerSchema class