NERoomBaseController class abstract

Mixed in types
Implementers

Constructors

NERoomBaseController()

Properties

hashCode int
The hash code for this object.
no setterinherited
isSupported bool
功能是否支持
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAttachment(Object key, dynamic attachment) → void
inherited
clearAttachments() → void
inherited
ensureAttachment<T>(Object key) → T
inherited
getAttachment<T>(Object key) → T?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAttachment(Object key) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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