version property

String get version

Implementation

String get version {
  return $$context$$["version"];
}
set version (String value)

Implementation

set version(String value) {
  $$context$$["version"] = value;
}