OutdatedLevel enum

The different levels of outdated-ness that can be checked.

Inheritance

Constructors

OutdatedLevel()
const

Values

none → const OutdatedLevel

Only print recommended updates, do not require any.

major → const OutdatedLevel

Only require major updates, e.g. 1.X.Y-Z to 2.0.0-0.

minor → const OutdatedLevel

Only require minor updates, e.g. 1.0.X-Y to 1.1.0-0.

patch → const OutdatedLevel

Only require patch updates, e.g. 1.0.0-X to 1.0.1-0.

any → const OutdatedLevel

Require all updates that are available.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

values → const List<OutdatedLevel>
A constant List of the values in this enum, in order of their declaration.