DartFileHandler constructor
DartFileHandler()
Implementation
DartFileHandler() : super({'dart'}) {
// TODO: This will not properly handle multi-line strings.
lineConverters.add(RightTrimLine());
// TODO: This will not properly handle multi-line strings.
lineConverters.add(RemoveDoubleBlankConverter());
postConverters.add(EndsWithEOLConverter());
}