DevicesInfoModel constructor

DevicesInfoModel({
  1. String? ipAddress,
  2. String? deviceType,
  3. String? osVersion,
  4. String? appVersionCode,
  5. String? buildVersionCode,
  6. String? uuid,
})

Implementation

DevicesInfoModel(
    {this.ipAddress,
    this.deviceType,
    this.osVersion,
    this.appVersionCode,
    this.buildVersionCode,
    this.uuid});