type property
String
get
type
The type of build, like "user" or "eng".
Implementation
static String get type => _deviceParameters['type'] ?? '';
The type of build, like "user" or "eng".
static String get type => _deviceParameters['type'] ?? '';