DeviceBleConfig.fromJson constructor

DeviceBleConfig.fromJson(
  1. Map<String, dynamic> json
)

Implementation

DeviceBleConfig.fromJson(Map<String, dynamic> json)
    : bleDevices = getBleDevices(json);