board property

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

The name of the underlying board, like "goldfish".

Implementation

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