installerPath property
String
get
installerPath
The path where the installer will be built.
This path is computed by calling _buildPath
with the sub directory name
'installer'.
Implementation
String get installerPath => _buildPath('installer');