MessageNotification class
Constructors
- MessageNotification({String? title, String? body, String? image, String? androidChannelId})
-
MessageNotification.fromJson(Map<
String, dynamic> json) -
factory
- MessageNotification.fromRawJson(String str)
-
factory
Properties
Methods
-
copyWith(
{String? title, String? body, String? image, String? androidChannelId}) → MessageNotification -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toRawJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited