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