SchemeElement constructor

SchemeElement(
  1. int version,
  2. String name
)

Implementation

SchemeElement(this.version, this.name);