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/init/view/' 'theme/app_style.dart');
}