core.Map<core.String, core.dynamic> toJson() { final importance = this.importance; return {'importance': ?importance}; }