Utils class
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
equalsIgnoreCase(
String string1, String string2) → bool -
isEmpty(
String input) → bool -
isValidUrl(
String url) → bool -
toDateString(
DateTime dateTime) → String
Constants
- MAX_BATCH_SIZE → const int
- MAX_CONFIG_REFRESH_INTERVAL → const int
- MAX_EVENT_SIZE → const int
- MAX_FLUSH_QUEUE_SIZE → const int
- MIN_CONFIG_REFRESH_INTERVAL → const int
- MIN_FLUSH_QUEUE_SIZE → const int
- MIN_SLEEP_TIMEOUT → const int