Mission constructor

Mission(
  1. String name,
  2. String motto
)

Add #later map to constructor to get big chunk of data: Mission(this.name, this.motto, Map<String,String> _clayM);

Implementation

Mission(this.name, this.motto);