menu
swipperview package
documentation
swipper_model/swipper_model.dart
SwipperModel
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { 'title': title, 'description': description, 'url': url, };
swipperview package
documentation
swipper_model/swipper_model
SwipperModel
toJson method
SwipperModel class