Treaty constructor

Treaty(
  1. String name,
  2. String msg,
  3. Mission insider
)

Constructor, that builds instances of this class.

Implementation

Treaty(this.name, this.msg, this.insider);