clone method

SentryDevice clone()

Implementation

SentryDevice clone() => SentryDevice(
      name: name,
      family: family,
      model: model,
      modelId: modelId,
      arch: arch,
      batteryLevel: batteryLevel,
      orientation: orientation,
      manufacturer: manufacturer,
      brand: brand,
      screenResolution: screenResolution,
      screenDensity: screenDensity,
      screenDpi: screenDpi,
      online: online,
      charging: charging,
      lowMemory: lowMemory,
      simulator: simulator,
      memorySize: memorySize,
      freeMemory: freeMemory,
      usableMemory: usableMemory,
      storageSize: storageSize,
      freeStorage: freeStorage,
      externalStorageSize: externalStorageSize,
      externalFreeStorage: externalFreeStorage,
      bootTime: bootTime,
      timezone: timezone,
    );