BleScanBean constructor

BleScanBean({
  1. required bool isCompleted,
  2. required String address,
  3. required int mRssi,
  4. required List<int> mScanRecord,
  5. required String name,
  6. required int platform,
})

Implementation

BleScanBean({
  required this.isCompleted,
  required this.address,
  required this.mRssi,
  required this.mScanRecord,
  required this.name,
  required this.platform,
});