NullSchema constructor

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

Implementation

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