type property
The type of build, like "user" or "eng".
Implementation
@Deprecated("Use nullable DeviceInfo.data['type'] instead.")
static String get type => _deviceParameters['type'] ?? '';
The type of build, like "user" or "eng".
@Deprecated("Use nullable DeviceInfo.data['type'] instead.")
static String get type => _deviceParameters['type'] ?? '';