DeviceConfig constructor

DeviceConfig(
  1. String? platform,
  2. Location? location
)

Implementation

DeviceConfig(this.platform, this.location);