ValidatorContext<T extends ErrorReporter> constructor

ValidatorContext<T extends ErrorReporter>(
  1. T errorReporter,
  2. Map<String, dynamic> data
)

Implementation

ValidatorContext(this.errorReporter, this.data);