DebianControl class
Constructors
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