BluxNotification class

Annotations

Constructors

BluxNotification({required String id, required String body, String? title, String? url, String? imageUrl, Map<String, dynamic>? data})
const
BluxNotification.fromJson(String jsonString)
factory
BluxNotification.fromMap(Map<String, dynamic> map)
유연 파서
factory

Properties

body String
final
data Map<String, dynamic>?
네이티브에서 오는 부가 데이터
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
imageUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
url String?
final

Methods

copyWith({String? id, String? body, String? title, String? url, String? imageUrl, Map<String, dynamic>? data}) BluxNotification
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.
inherited

Operators

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