DebianControl constructor
DebianControl({})
Implementation
DebianControl({
required this.package,
this.version = '0.0.1',
this.debArch = 'amd64',
this.maintainer = 'unknown',
this.description = '',
this.priority = 'optional',
this.depends = '',
this.essential = 'no',
});