V2TimSignalingInfo class Models
V2TimSignalingInfo
Constructors
- V2TimSignalingInfo({required String inviteID, required String inviter, required List inviteeList, required int actionType, required int? businessID, required bool? isOnlineUserOnly, required OfflinePushInfo? offlinePushInfo, String? groupID, String? data, int? timeout})
- V2TimSignalingInfo.fromJson(Map json)
Properties
- actionType ↔ int
-
getter/setter pair
- businessID ↔ int?
-
getter/setter pair
- data ↔ String?
-
getter/setter pair
- groupID ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inviteeList ↔ List
-
getter/setter pair
- inviteID ↔ String
-
getter/setter pair
- inviter ↔ String
-
getter/setter pair
- isOnlineUserOnly ↔ bool?
-
getter/setter pair
- offlinePushInfo ↔ OfflinePushInfo?
-
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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited