ValidationResourcesBase class abstract

Implementers

Properties

alphanumericPattern RegExp
no setter
alphaPattern RegExp
no setter
digitPattern RegExp
no setter
emailPattern RegExp
no setter
hashCode int
The hash code for this object.
no setterinherited
jwtPattern RegExp
no setter
keys Iterable<String>
no setter
letterPattern RegExp
no setter
lowercaseLetterPattern RegExp
no setter
repeatPattern RegExp
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simplePasswordPattern RegExp
no setter
spacePattern RegExp
no setter
specialCharsPattern RegExp
no setter
strongPasswordPattern RegExp
no setter
typicalPasswordPattern RegExp
no setter
uppercaseLetterPattern RegExp
no setter

Methods

clear({bool temp = true}) → void
contains(String key, {bool temp = true}) bool
getOrCreate<T>(String key, T factory(), {bool temp = true}) → T
getPatternOrCreate(String key, String pattern) RegExp
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String key, {bool temp = true}) → void
set<T>(String key, T resource, {bool temp = true}) → void
setIfAbsent<T>(String key, T resource, {bool temp = true}) bool
toString() String
A string representation of this object.
inherited
tryGet<T>(String key, {bool temp = true}) → T?

Operators

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