menu
flutter_dittofeed package
documentation
dittofeed_model.dart
BatchItem
toJson abstract method
toJson abstract method
dark_mode
light_mode
toJson
abstract method
Map
<
String
,
dynamic
>
toJson
(
)
Converts the batch item to a JSON representation.
Implementation
Map<String, dynamic> toJson();
flutter_dittofeed package
documentation
dittofeed_model
BatchItem
toJson abstract method
BatchItem class