name property
The name of the release.
e.g.
Release(versionString: "1.2.3+4", channel: BuildChannel.stable).name == "1.2.3+4-stable"
Implementation
String get name => "${version.version}-${channel.name}";
The name of the release.
e.g.
Release(versionString: "1.2.3+4", channel: BuildChannel.stable).name == "1.2.3+4-stable"
String get name => "${version.version}-${channel.name}";