hasDevPackages property
bool
get
hasDevPackages
Whether the template requires development packages.
Implementation
bool get hasDevPackages => devPackages.isNotEmpty;
Whether the template requires development packages.
bool get hasDevPackages => devPackages.isNotEmpty;