menu
zuke_runner package
documentation
runtime.dart
ControlId
tryParse static method
tryParse static method
dark_mode
light_mode
tryParse
static method
ControlId
?
tryParse
(
String
value
)
Implementation
static ControlId? tryParse(String value) => _isCanonical(value) ? ControlId(value) : null;
zuke_runner package
documentation
runtime
ControlId
tryParse static method
ControlId extension type