ReleasePacker constructor
ReleasePacker(
- String name,
- Version version,
- List<
ReleasePackerFile> files, { - List<
ReleasePackerCommand> ? prepareCommands, - List<
ReleasePackerCommand> ? finalizeCommands, - Map<
String, String> ? properties, - Directory? configDirectory,
Implementation
ReleasePacker(this.name, this.version, this.files,
{this.prepareCommands,
this.finalizeCommands,
Map<String, String>? properties,
this.configDirectory})
: properties = properties ?? <String, String>{};