display property

String get display

A build ID string meant for displaying to the user. Empty string if not available.

Implementation

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