Notification class

Constructors

Notification({required String id, required String name, required String content, required String destination, required String style, required String animationEntrance, required String animationExit, required int durationSeconds, required int closableAfterSeconds, required int percentageWidth})
Notification.fromJson(Map<String, dynamic> json)
factory

Properties

animationEntrance String
final
animationExit String
final
closableAfterSeconds int
final
content String
final
destination String
final
durationSeconds int
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
name String
final
percentageWidth int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style String
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