Utils class
Constructors
- Utils()
-
factory
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
-
decodeToken(
String token) → dynamic -
generateRandomString(
int length) → String -
isTokenExpired(
String token, [num offsetSeconds = 0]) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pathJoin(
List< String> parts) → String -
sleep(
int milliseconds) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited