Affair constructor

Affair(
  1. String name,
  2. String motto,
  3. String clause
)

constructor

Implementation

Affair(this.name, this.motto, this.clause);