RowBean class

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

Constructors

RowBean.new({required List<CellBean> cells, List<int> flex = const []})

Properties

cells List<CellBean>
单元格内容
final
flex List<int>
单元格宽度 权重
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