StringCheckitErrorsBase class abstract
- Implementers
Constructors
- StringCheckitErrorsBase.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 -
alphanumeric(
) → dynamic -
contains(
String data) → dynamic -
email(
) → dynamic -
endsWith(
String suffix) → dynamic -
equals(
String expectedString) → dynamic -
exact(
int length) → dynamic -
hasRepeats(
) → dynamic -
hasSymbols(
String symbols) → dynamic -
isDouble(
) → dynamic -
isInt(
) → dynamic -
jwt(
) → dynamic -
max(
int length) → dynamic -
min(
int length) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
range(
int min, int max) → dynamic -
startsWith(
String suffix) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited