farmershands
data_table_cell
DataTableCell
text property
text
text
property
Null safety
String
?
text
@
JsonKey
(name: 'text'), final
셀 내용에 텍스트만 필요한 경우 사용합니다.
Implementation
@JsonKey(name: 'text') final String? text;
farmershands
data_table_cell
DataTableCell
text property
DataTableCell class
Constructors
DataTableCell
fromJson
Properties
child
hashCode
id
onTap
runtimeType
showEditIcon
text
Methods
noSuchMethod
toJson
toString
Operators
operator ==