Relation constructor

const Relation(
  1. String? name,
  2. RelationType type
)

Implementation

const Relation(this.name, this.type);