menu
wepin_flutter package
documentation
webview/ne_request.dart
NERequest
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return {'header': header.toJson(), 'body': body.toJson()}; }
wepin_flutter package
documentation
webview/ne_request
NERequest
toJson method
NERequest class