DeviceContext constructor

DeviceContext({
  1. String? device,
  2. String? deviceName,
  3. bool? emulator,
  4. String? os,
  5. dynamic osVersion,
  6. String? networkConnectionType,
  7. String? networkConnectionSubtype,
  8. String? userAgent,
})

Implementation

DeviceContext({
  this.device,
  this.deviceName,
  this.emulator,
  this.os,
  this.osVersion,
  this.networkConnectionType,
  this.networkConnectionSubtype,
  this.userAgent,
});