class Event { String name; Map body; Event(this.name, [this.body = const {}]); }