WebNotificationAction class
Collection of Strings to pass as an action to a notification in Web.
Constructors
- WebNotificationAction.new({required String id, required String title, String? icon})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → String?
-
Optional URL to a icon to display.
final
- id → String
-
ID of this WebNotificationAction.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
Title to display to a user in this WebNotificationAction.
final
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