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/product/' 'view/$dirName' '_' 'view.dart');
}