fullPath property

  1. @override
String fullPath
override

Getter of the qualified file path which needs to be overriden

Implementation

@override
String get fullPath {
  return DirectoryService.replaceAsExpected(
      path: '$path/core/init/view/' 'widget/app' '_snackbar.dart');
}