EarModel class

The class contains the information from coming notification

Constructors

EarModel({required String packageName, required String message, required String text, required String extra, required int timestamp})
const
EarModel.fromJson(Map<String, dynamic> json)

Properties

extra String
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
isFromBigoLive bool
no setter
isFromDiscord bool
no setter
isFromFacebook bool
no setter
isFromGmail bool
no setter
isFromHagoChat bool
no setter
isFromKakaoTalk bool
no setter
isFromLine bool
no setter
isFromLinkedIn bool
no setter
isFromMessenger bool
no setter
isFromPhoneCall bool
no setter
isFromQq bool
no setter
isFromReddit bool
no setter
isFromSkype bool
no setter
isFromSms bool
no setter
isFromSnapChat bool
no setter
isFromTelegram bool
no setter
isFromTiktok bool
no setter
isFromTwitter bool
no setter
isFromViber bool
no setter
isFromWeChat bool
no setter
isFromWhatsApp bool
no setter
isFromWInstagram bool
no setter
isFromZalo bool
no setter
isNotEmpty bool
no setter
message String
final
packageName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
timestamp int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

empty → const EarModel