EarModel class Null safety

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.
read-onlyinherited
isEmpty bool
read-only
isFromBigoLive bool
read-only
isFromDiscord bool
read-only
isFromFacebook bool
read-only
isFromGmail bool
read-only
isFromHagoChat bool
read-only
isFromKakaoTalk bool
read-only
isFromLine bool
read-only
isFromLinkedIn bool
read-only
isFromMessenger bool
read-only
isFromPhoneCall bool
read-only
isFromQq bool
read-only
isFromReddit bool
read-only
isFromSkype bool
read-only
isFromSms bool
read-only
isFromSnapChat bool
read-only
isFromTelegram bool
read-only
isFromTiktok bool
read-only
isFromTwitter bool
read-only
isFromViber bool
read-only
isFromWeChat bool
read-only
isFromWhatsApp bool
read-only
isFromWInstagram bool
read-only
isFromZalo bool
read-only
isNotEmpty bool
read-only
message String
final
packageName String
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
text String
final
timestamp int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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
EarModel(packageName: "", message: "", text: "", extra: "", timestamp: 0)