Attribute constructor

Attribute(
  1. int? id,
  2. String? name,
  3. String? option
)

Implementation

Attribute(this.id, this.name, this.option);