PreReleaseVersion class

Used by the version menu to allow the user to select a custom version. When this classes version property is called it triggers

Inheritance
Annotations
  • @visibleForTesting

Constructors

PreReleaseVersion(String message, Version currentVersion)

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version Version
no setteroverride

Methods

getNextVersions(Version version, String? type) List<NewVersion>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestVersion() → void
Ask the user to type a custom version no.
override
toString() String
A string representation of this object.
override

Operators

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