InvoiceValidator class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
ruleBuilders
→ List<AbstractRuleBuilder<Invoice>>
-
The collection of rule builders
finalinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
ruleFor(dynamic func(Invoice e), {required String key, bool useKeyAsElementName = false})
→ AbstractRuleBuilder<Invoice>
-
Creates a new builder to represent a list of rules.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
validate(Invoice object, {bool ignorePassedMessages = true})
→ ValidationResult
-
Validates an object, returning a merged list of validation result.
inherited