menu
flutter_pinelab_peripheralappservice package
documentation
model/scan_response_model.dart
ScanResponseModel
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
get map from
ScanResponseModel
.
Implementation
Map<String, dynamic> toMap() { return json.decode(rawResponse); }
flutter_pinelab_peripheralappservice package
documentation
model/scan_response_model
ScanResponseModel
toMap method
ScanResponseModel class