Verification constructor
- dynamic objectType,
- dynamic mode,
- VerificationDetails? details,
- List<
Error> ? errors, - bool? wasSuccessful
Implementation
Verification(
objectType,
mode,
this.details,
this.errors,
this.wasSuccessful,
) : super(objectType, mode);