ConvModel class

Annotations
  • @Collection()

Constructors

ConvModel({required String convId, required int convType, String? clientMsgId, String? noticeId, int time = 0, int unreadCount = 0, DraftModel? draftModel, bool hidden = false, bool deleted = false})

Properties

clientMsgId String?
getter/setter pair
convId String
getter/setter pair
convType int
getter/setter pair
deleted bool
getter/setter pair
draftModel DraftModel?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hidden bool
getter/setter pair
id ↔ Id
getter/setter pair
msgModel MsgModel?
getter/setter pair
noticeId String?
getter/setter pair
noticeModel NoticeModel?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time int
getter/setter pair
unreadCount int
getter/setter pair

Methods

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

Operators

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

Static Methods

fromJson(String source) ConvModel