LineBuilder typedef

LineBuilder = Future<String> Function(File file, String line)

Callback for writing generating a line(s) of code with the given context of the pattern and full line that was matched.

Implementation

typedef LineBuilder = Future<String> Function(File file, String line);