setVersion method

dynamic setVersion(
  1. String state
)

Implementation

setVersion(String state) {
  version = state;
}