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