menu
ndk package
documentation
domain_layer/usecases/nwc/requests/nwc_request.dart
NwcRequest
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'method': method.name, }; }
ndk package
documentation
domain_layer/usecases/nwc/requests/nwc_request
NwcRequest
toMap method
NwcRequest class