NERoomRole class

房间角色

Constructors

NERoomRole({required String name, required int limit, required bool hide, required NERoleParams? params})

Properties

hashCode int
The hash code for this object.
no setterinherited
hide bool
final
limit int
final
name String
final
params → NERoleParams?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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