ValidationServiceImpl class
- Inheritance
-
- Object
- ValidationService
- ValidationServiceImpl
Constructors
- ValidationServiceImpl({NamingStrategy? namingStrategy, String? baseName = 'root', String? defaultFieldSeparator = '.', bool? defaultTrowException = false})
Properties
- baseName → String?
-
final
- defaultFieldSeparator → String?
-
final
- defaultTrowException → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- namingStrategy ↔ NamingStrategy
-
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
doRecursiveType(
dynamic object) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
processValid(
{required List< Valid> valid, required Object? fieldValue, required String fieldName}) → List<ConstrainViolation> -
toString(
) → String -
A string representation of this object.
inherited
-
validate(
dynamic object, {String? parentFieldName, String? fieldSeparator, bool? throwExceptionOnFail = false}) → List< ConstrainViolation> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited