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/' 'constants/app_icon.dart');
}