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