lastReleaseNotesVersion property

String lastReleaseNotesVersion

Implementation

String get lastReleaseNotesVersion {
  return (properties['lastReleaseNotesVersion'] ??= '') as String;
}
void lastReleaseNotesVersion=(String value)

Implementation

set lastReleaseNotesVersion(String value) {
  properties['lastReleaseNotesVersion'] = value;
}