FFIndexPath class
索引工具, 类似二维数组, section为第一维索引, index为第二维索引, section&index协同命中具体对象.
Constructors
- FFIndexPath.new(int section, int index)
Properties
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