PropDescriptor constructor

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

Implementation

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