FFIndexPath class

索引工具, 类似二维数组, section为第一维索引, index为第二维索引, section&index协同命中具体对象.

Constructors

FFIndexPath.new(int section, int index)

Properties

hashCode int
The hash code for this object.
no setteroverride
index int
第二维索引
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
section int
第一维索引
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.
override