BLEDevice<TRegistration extends BLEDeviceRegistration>.fromJson constructor
Implementation
factory BLEDevice.fromJson(Map<String, dynamic> json) =>
FromJsonFactory().fromJson<BLEDevice<TRegistration>>(json);