StringCheckitErrors class

Inheritance

Constructors

StringCheckitErrors.new()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

alpha() → dynamic
override
alphanumeric() → dynamic
override
contains(String data) → dynamic
override
email() → dynamic
override
endsWith(String suffix) → dynamic
override
equals(String expectedString) → dynamic
override
exact(int length) → dynamic
override
hasRepeats() → dynamic
override
hasSymbols(String symbols) → dynamic
override
isDouble() → dynamic
override
isInt() → dynamic
override
jwt() → dynamic
override
max(int length) → dynamic
override
min(int length) → dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
range(int min, int max) → dynamic
override
startsWith(String suffix) → dynamic
override
toString() String
A string representation of this object.
inherited

Operators

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