GitHubRelease class

GitHub release data.

Constructors

GitHubRelease({required GitHubRepo repo, required String tag})

Properties

downloadUrl Uri
The url for downloads of assets.
latefinal
hashCode int
The hash code for this object.
no setterinherited
repo GitHubRepo
The repository this release belongs to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
The git tag which identifies this release.
final

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