RoomWBLoginInfo class

Constructors

RoomWBLoginInfo({NEWhiteboardVersion version = NEWhiteboardVersion.G1, required String account, required String token, required String channelName, required String platform, required String appKey, required String? nickname, int? uid, String? url, bool? debug, bool? record, Map? privateConf, Map? extras})
RoomWBLoginInfo.fromJson(Map<String, dynamic> json)

Properties

account String
latefinal
appKey String
latefinal
channelName String
latefinal
debug bool?
getter/setter pair
extras Map?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nickname String?
getter/setter pair
platform String
latefinal
privateConf Map?
getter/setter pair
record bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
latefinal
uid int?
getter/setter pair
url String?
getter/setter pair
version NEWhiteboardVersion
latefinal

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.
override

Operators

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