Release class

A release an its information.

Implemented types

Constructors

Release(String name, Version version, {String? platform})
Release.parse(String s)
factory

Properties

asFileName String
Returns this release as a compatible file name.
no setter
hashCode int
The hash code for this object.
no setteroverride
name String
The name of the release.
final
platform String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version Version
The Version of this release.
final

Methods

compareTo(Release other) int
Compares this object to another object.
override
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.
override

Static Methods

normalizeName(String name) String
normalizePlatform(String? platform) String?