IBuffList class abstract

数组,2个字节无符号短整型表示长度+长度这么多个项

Inheritance
Implementers

Constructors

IBuffList()

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<IBuffInfo>
得到所有项
no setter
key String
得到该节点的key
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
得到这个buff的类型
no setterinherited
value ↔ dynamic
得到该节点的实例或引用
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
push(IBuffInfo info) → void
添加一项到结尾
toString() String
A string representation of this object.
inherited

Operators

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