DoubleSchema constructor

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

Implementation

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