featuresPath property
String
get
featuresPath
Returns the path to the features directory.
Implementation
String get featuresPath => p.join(projectPath, 'lib', 'features');
Returns the path to the features directory.
String get featuresPath => p.join(projectPath, 'lib', 'features');