Mission constructor

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

Should include some international values from other languages. Add #later map to constructor to get big chunk of data: Mission(this.name, this.motto, Map<String,String> _clayM);

Implementation

//  devl:MIS  teamNext    coming:    Elementary Isolate example
//  devl:MIS  teamNext    Simple future  sample
//  devl:MIS  teamNext    Elementary Mixin   sample

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