PackageVersion class
Constructors
- PackageVersion.new(String id, String version)
-
Constructor that accepts
id
andversion
separately. - PackageVersion.fromSource(String source)
-
Constructor that parses the source string into
id
andversion
. Throws an ArgumentError if the source is null or invalid.
Properties
Methods
-
isExamplesPackage(
) → bool - Returns whether the package is an examples package.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited