DebianControl class

Constructors

DebianControl({required String package, String version = '0.0.1', String debArch = 'amd64', String maintainer = 'unknown', String description = '', String priority = 'optional', String depends = '', String essential = 'no'})

Properties

debArch String
final
depends String
final
description String
final
essential String
final
hashCode int
The hash code for this object.
no setterinherited
maintainer String
final
package String
final
priority String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
final

Methods

addDesktopDebianControl() Future<void>
copyWith({String? package, String? version, String? debArch, String? maintainer, String? description, String? priority, String? depends, String? essential}) DebianControl
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited