isExample property
bool
get
isExample
Whether this package is an example package.
Implementation
bool get isExample => p.dirname(path).endsWith('example');
Whether this package is an example package.
bool get isExample => p.dirname(path).endsWith('example');