NotificationInfo class
Constructors
Properties
Methods
-
copyWith(
{String? senderName, String? imageUrl, String? content, String? value, dynamic onPressed(String payload)?}) → NotificationInfo -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant NotificationInfo other) → bool -
The equality operator.
override