ValidateOptions3<TOptions, TDep1, TDep2, TDep3> class

Implemented types

Constructors

ValidateOptions3(String? name, ValidationCallback3<TOptions, TDep1, TDep2, TDep3>? validation, String failureMessage, TDep1 dependency1, TDep2 dependency2, TDep3 dependency3)
const

Properties

dependency1 → TDep1
The first dependency.
final
dependency2 → TDep2
The second dependency.
final
dependency3 → TDep3
The third dependency.
final
failureMessage → String
The error to return when validation fails.
final
hashCode → int
The hash code for this object.
no setterinherited
name → String?
The options name, or null to validate all named instances.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
validation → ValidationCallback3<TOptions, TDep1, TDep2, TDep3>?
The validation function.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited
validate(String name, TOptions options) → ValidateOptionsResult
Validates a specific named options instance (or all when name is null).
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited