BluetoothScanPeriodicSamplingConfiguration.fromJson constructor
Implementation
factory BluetoothScanPeriodicSamplingConfiguration.fromJson(
Map<String, dynamic> json) =>
FromJsonFactory()
.fromJson<BluetoothScanPeriodicSamplingConfiguration>(json);