Inspection class

Constructors

Inspection({String? inspectionLocale = 'fa'})

Properties

hashCode int
The hash code for this object.
no setterinherited
inspectionLocale String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkRule(dynamic ruleString, dynamic inspectionCase) → dynamic
inherited
inspect(dynamic input, dynamic rule, {String? name, String? message, String? locale}) String?
iterateInRules(InspectionCase inspectionCase, {dynamic myCustomRule(String, InspectionCase inspectionCase)?}) → dynamic
inherited
myCustomRule(dynamic ruleString, dynamic inspectionCase) → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
splitRules(InspectionCase inspectionCase, {dynamic myCustomRule(String, InspectionCase inspectionCase)?}) → dynamic
inherited
toString() String
A string representation of this object.
inherited
validation(dynamic inspectionCase, dynamic inspectionCaseRule, {dynamic myCustomRule(String, InspectionCase inspectionCase)?}) → dynamic
inherited

Operators

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