menu
afib package
documentation
afib_command.dart
AFCodeBuffer
appendLine method
appendLine method
dark_mode
light_mode
appendLine
method
void
appendLine
(
String
line
)
Adds the specified line at the end of the file.
Implementation
void appendLine(String line) { lines.add(line); }
afib package
documentation
afib_command
AFCodeBuffer
appendLine method
AFCodeBuffer class