menu
flutly package
documentation
models/flutly_variable.dart
FlutlyVariable
childExists method
childExists method
dark_mode
light_mode
childExists
method
bool
childExists
(
String
key
)
Implementation
bool childExists(String key) => getChildren().containsKey(key);
flutly package
documentation
models/flutly_variable
FlutlyVariable
childExists method
FlutlyVariable class