toMap method

  1. @override
Map<String, dynamic> toMap()
override

Implementation

@override
Map<String, dynamic> toMap() => <String, dynamic>{
      _Param.barrierEventType: barrierEventType,
      _Param.barrierType: barrierType,
      _Param.barrierLabel: barrierLabel,
      _Param.bluetoothStatus: bluetoothStatus,
      _Param.deviceType: deviceType,
    };