ReleaseDownloads class

Contains the download links for a release.

Annotations

Constructors

ReleaseDownloads({required String windows, @JsonKey(name: "mac") required String macos, required String linux})
Contains the download links for a release.
factory
ReleaseDownloads.fromJson(Map<String, dynamic> json)
ReleaseDownloads from JSON.
factory

Properties

copyWith → $ReleaseDownloadsCopyWith<ReleaseDownloads>
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
linux String
The download link for the Linux version of the release.
read-onlyinherited
macos String
The download link for the macOS version of the release.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
windows String
The download link for the Windows version of the release.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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