MethodsConstant mixin
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
Constants
- ACTIVE_TAGS → const String
- ACTIVE_TAGS is used to retrieve the list of active notification tags.
- CLEAR_ALL → const String
- CLEAR_ALL is used to clear all notifications.
- CLEAR_BY_TAGS → const String
- CLEAR_BY_TAGS is used to clear notifications by a list of tags.
- SET_BADGE → const String
- SET_BADGE is used to set the badge count on iOS.