AppTableIndexPath class

表格单元格 索引

Constructors

AppTableIndexPath({required int row, required int column})
初始化 row 行索引 column 列索引
const

Properties

column int
列索引
final
hashCode int
The hash code for this object.
no setterinherited
row int
行索引
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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