setVersion method

void setVersion(
  1. String version
)

Implementation

void setVersion(String version) {
  _version = version;
}