archiveUrl property

  1. @MappableField()
String archiveUrl

Returns archive url of the release

Implementation

@MappableField()
String get archiveUrl {
  return '$storageUrl/flutter_infra_release/releases/$archive';
}