exportFullPath property

  1. @override
String exportFullPath
override

Getter of the qualified fexport ile path which needs to be overriden

Implementation

@override
String get exportFullPath {
  return DirectoryService.replaceAsExpected(
      path: '$path/core/' 'config/en_US/en_us_translation.dart');
}