display property
String
get
display
A build ID string meant for displaying to the user. Empty string if not available.
Implementation
static String get display => _deviceParameters['display'] ?? '';
A build ID string meant for displaying to the user. Empty string if not available.
static String get display => _deviceParameters['display'] ?? '';