menu
capture_flutter_beta package
documentation
classes/capture_property.dart
CaptureProperty
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { 'id': id, 'type': type, 'value': value, };
capture_flutter_beta package
documentation
classes/capture_property
CaptureProperty
toJson method
CaptureProperty class