ValidationContext constructor

const ValidationContext({
  1. required ICheckitErrors errors,
  2. required Warnings warnings,
  3. required ValidationResourcesBase resources,
  4. required CaseHandling caseHandling,
  5. required bool usePermanentCache,
  6. required bool stopOnFirstError,
})

Implementation

const ValidationContext({
  required this.errors,
  required this.warnings,
  required this.resources,
  required this.caseHandling,
  required this.usePermanentCache,
  required this.stopOnFirstError,
});