CreateRoomOption class

Constructors

CreateRoomOption.new({JSObject? $$context$$})

Properties

$$context$$ ↔ JSObject
getter/setter pair
complete CreateRoomCompleteCallback?
getter/setter pair
fail CreateRoomFailCallback?
getter/setter pair
gameLastTime num?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxMemberNum num
getter/setter pair
memberExtInfo String?
getter/setter pair
needGameSeed bool?
getter/setter pair
needUserInfo ↔ dynamic
getter/setter pair
roomExtInfo String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startPercent num?
getter/setter pair
success CreateRoomSuccessCallback?
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