Package class
Properties
Methods
-
containsDependency(
String name) → bool -
incrementMajor(
) → Future< void> -
incrementMinor(
) → Future< void> -
incrementPatch(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setVersion(
{required Version version}) → Future< void> -
startBuildRunner(
) → Future< void> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited