farmershands
data_table_row
DataTableRow
cells property
cells
cells
property
Null safety
List
<
DataTableCell
>
cells
@
JsonKey
(name: 'cells'), final
셀 리스트를 담고있습니다.
Implementation
@JsonKey(name: 'cells') final List<DataTableCell> cells;
farmershands
data_table_row
DataTableRow
cells property
DataTableRow class
Constructors
DataTableRow
fromJson
Properties
cells
hashCode
id
onLongPress
onSelectChanged
runtimeType
selected
Methods
noSuchMethod
toJson
toString
Operators
operator ==