type property

  1. @Deprecated("Use nullable DeviceInfo.data['type'] instead.")
String get type

The type of build, like "user" or "eng".

Implementation

@Deprecated("Use nullable DeviceInfo.data['type'] instead.")
static String get type => _deviceParameters['type'] ?? '';