board property
String
get
board
The name of the underlying board, like "goldfish". Empty string if not available.
Implementation
static String get board => _deviceParameters['board'] ?? '';
The name of the underlying board, like "goldfish". Empty string if not available.
static String get board => _deviceParameters['board'] ?? '';