hasPackages property
bool
get
hasPackages
Whether the template requires runtime packages.
Implementation
bool get hasPackages => packages.isNotEmpty;
Whether the template requires runtime packages.
bool get hasPackages => packages.isNotEmpty;