ezDateTime constructor

const ezDateTime({
  1. String? name,
  2. DateTime? defaultVal,
  3. bool optional = false,
  4. String? message,
  5. DateTime? maxDate,
  6. DateTime? minDate,
})

Implementation

const ezDateTime(
    {super.name,
    super.defaultVal,
    super.optional,
    this.message,
    this.maxDate,
    this.minDate});