Architecture constructor

const Architecture(
  1. int _value
)

Creates an Architecture object.

Implementation

const Architecture(this._value);