canLoadReleaseNotes property

bool get canLoadReleaseNotes

Whether release notes can be loaded for the selected update descriptor.

Implementation

bool get canLoadReleaseNotes {
  return activeDescriptor != null &&
      (_releaseNotesLoader != null || _releaseNotesUrl != null);
}