lastReleaseNotesVersion property

String get lastReleaseNotesVersion

Implementation

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

Implementation

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