dartCode property

String get dartCode

Implementation

String get dartCode {
  return formatterDartFile(readAsStringSync());
}