DoubleSchema constructor

const DoubleSchema({
  1. bool isOptional = false,
  2. List<Validator<double>> validators = const [],
})

Implementation

const DoubleSchema({super.isOptional = false, super.validators = const []});