menu
mahop_data_table package
documentation
mh_items_view/mh_items_view.dart
MhItemsViewColumnDef<T>
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return { 'id': id, 'columnWidth': _columnWidth, }; }
mahop_data_table package
documentation
mh_items_view/mh_items_view
MhItemsViewColumnDef<T>
toJson method
MhItemsViewColumnDef class