board property
The name of the underlying board, like "goldfish".
Implementation
@Deprecated("Use nullable DeviceInfo.data['board'] instead.")
static String get board => _deviceParameters['board'] ?? '';
The name of the underlying board, like "goldfish".
@Deprecated("Use nullable DeviceInfo.data['board'] instead.")
static String get board => _deviceParameters['board'] ?? '';