menu
easy_dsl_gen package
documentation
generator/code/code_gen.dart
CodeConstrutor
add method
add method
dark_mode
light_mode
add
method
void
add
(
String
key
,
String
?
value
)
Implementation
void add(String key, String? value) { if (value != null) map[key] = value; }
easy_dsl_gen package
documentation
generator/code/code_gen
CodeConstrutor
add method
CodeConstrutor class