menu
dart_mem_annotation_generator package
documentation
functions/add_code.dart
AddCode
addCommentLine static method
addCommentLine static method
dark_mode
light_mode
addCommentLine
static method
String
addCommentLine
(
String
?
line
)
Implementation
static String addCommentLine(String? line) => line == null ? '' : addLine('/// ${line}');
dart_mem_annotation_generator package
documentation
functions/add_code
AddCode
addCommentLine static method
AddCode class