NotificareNotificationAction class

Annotations
  • @JsonSerializable(anyMap: true, explicitToJson: true)

Constructors

NotificareNotificationAction({required String type, required String label, required String? target, required bool keyboard, required bool camera, bool? destructive, NotificareNotificationActionIcon? icon})
NotificareNotificationAction.fromJson(Map<String, dynamic> json)
factory

Properties

camera bool
final
destructive bool?
final
hashCode int
The hash code for this object.
no setterinherited
icon NotificareNotificationActionIcon?
final
keyboard bool
final
label String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target String?
final
type String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited