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