Variable constructor

const Variable(
  1. String name, [
  2. int version = 0
])

Implementation

const Variable(this.name, [this.version = 0]);