bootloader property

  1. @Deprecated("Use nullable DeviceInfo.data['bootloader'] instead.")
String get bootloader

The system bootloader version number.

Implementation

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