NotificationButton class
The button to display in the notification.
Constructors
- NotificationButton({required String id, required String text, Color? textColor})
-
Constructs an instance of NotificationButton.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Returns the data fields of NotificationButton in JSON format.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited