bootloader property

String get bootloader

The system bootloader version number. Empty string if not available.

Implementation

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