IBuffInfo class abstract

基本的单位,数值或者字符串等

Implementers

Constructors

IBuffInfo()

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
得到该节点的key
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
得到这个buff的类型
no setter
value ↔ dynamic
得到该节点的实例或引用
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.
override

Operators

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