menu
compdfkit_flutter package
documentation
edit/cpdf_edit_area.dart
CPDFEditArea
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { 'type': type.name, 'uuid': uuid, 'page': page, };
compdfkit_flutter package
documentation
edit/cpdf_edit_area
CPDFEditArea
toJson method
CPDFEditArea class