NotificationSendV3Body class

Available extensions
Annotations

Constructors

NotificationSendV3Body({required List<String> tags, required String message, required String type, required Map<String, dynamic> data, PlatformDTO? platform})
const
NotificationSendV3Body.fromJson(Map<String, dynamic> json)
factory

Properties

data Map<String, dynamic>
final
hashCode int
The hash code for this object.
no setteroverride
message String
final
platform PlatformDTO?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<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.
override

Operators

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

Constants

fromJsonFactory → const NotificationSendV3Body Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(NotificationSendV3Body instance)