CallingMessage class

Constructors

CallingMessage({String? inviter, int? actionType, String? inviteID, List<String>? inviteeList, int? timeout, int? roomID, int? callType, int? callEnd, bool? isGroup})
CallingMessage.fromJSON(dynamic json)

Properties

actionType ↔ int?
getter/setter pair
callEnd ↔ int?
getter/setter pair
callType ↔ int?
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
inviteeList ↔ List<String>?
被邀请方
getter/setter pair
inviteID ↔ String?
邀请ID
getter/setter pair
inviter ↔ String?
发起邀请方
getter/setter pair
isGroup ↔ bool?
getter/setter pair
roomID ↔ int?
通话房间
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
timeout ↔ int?
通话时间
getter/setter pair

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

Static Methods

getActionType(int actionType) → String
getCallMessage(V2TimCustomElem? customElem) → CallingMessage?
getShowTime(int seconds) → dynamic
isCallEndExist(CallingMessage callMsg) → dynamic
twoDigits(int n) → String