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