StateDescriptor constructor

const StateDescriptor(
  1. String key, {
  2. bool isRequired = false,
  3. bool isNullable = false,
  4. String? errorMessage,
  5. bool isLate = false,
})

Implementation

const StateDescriptor(this.key, {this.isRequired = false, this.isNullable = false, this.errorMessage, this.isLate = false});