presentationPath property
String
get
presentationPath
The absolute path to the presentation layer.
Implementation
String get presentationPath =>
p.join(Directory.current.path, 'lib', 'presentation');
The absolute path to the presentation layer.
String get presentationPath =>
p.join(Directory.current.path, 'lib', 'presentation');