IntegerSchema constructor

const IntegerSchema({
  1. bool optional = false,
  2. List<Validator<int>> validators = const [],
})

Implementation

const IntegerSchema({super.optional = false, super.validators = const []});