CellBean class
通用性单元格实体,只针对非列表数据结构的处理成表格 列表结构不要使用该类
Constructors
- CellBean.new({int? rowIndex, required String? name, int? cellIndex, dynamic obj, bool isTitle = false})
Properties
- cellIndex ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isTitle → bool
-
final
- name ↔ String?
-
getter/setter pair
- obj ↔ dynamic
-
附加信息
getter/setter pair
- rowIndex ↔ int?
-
getter/setter pair
- 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