menu
datahub_codegen package
documentation
utils.dart
Writer
call method
call method
dark_mode
light_mode
call
method
void
call
(
dynamic
text
)
Implementation
void call(dynamic text) => buffer.writeln(text);
datahub_codegen package
documentation
utils
Writer
call method
Writer class