TestDeviceInfo.unknown constructor

TestDeviceInfo.unknown()

Implementation

factory TestDeviceInfo.unknown() => TestDeviceInfo._(
      appIdentifier: 'unknown',
      brand: 'unknown',
      buildNumber: 'unknown',
      device: 'unknown',
      deviceGroup: null,
      devicePixelRatio: null,
      dips: null,
      id: 'unknown',
      launchId: _staticLaunchUniqueId,
      manufacturer: 'unknown',
      model: 'unknown',
      orientation: null,
      physicalDevice: true,
      pixels: null,
      os: 'unknown',
      systemVersion: 'unknown',
    );