flutter_json_widgets
data_cell
DataCell
DataCell.fromJson factory constructor
DataCell.fromJson
DataCell.fromJson
constructor
Null safety
DataCell.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory DataCell.fromJson(Map<String, Object?> json) => _$DataCellFromJson(json);
flutter_json_widgets
data_cell
DataCell
DataCell.fromJson factory constructor
DataCell class
Constructors
DataCell
fromJson
Properties
child
copyWith
hashCode
onDoubleTap
onLongPress
onTap
placeholder
runtimeType
showEditIcon
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Constants
empty