NotificationInfo class
Constructors
Properties
- content → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- imageBytes → Uint8List
-
final
- onPressed → dynamic Function(String payload)?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- senderName → String
-
final
- value → String
-
final
Methods
-
copyWith(
{String? senderName, Uint8List? imageBytes, 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