formattedDartCode property

String get formattedDartCode

Format a String as dart code using dart_style DartFormatter.

Implementation

String get formattedDartCode => DartFormatter().format(format);