RowBean class

通用性单元格实体,只针对非列表数据结构的处理成表格 列表结构不要使用该类

Constructors

RowBean({required List<CellBean> cells})

Properties

cells List<CellBean>
final
hashCode int
The hash code for this object.
no setterinherited
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