Map<String, dynamic> toJson() { final name = this.name; final type = this.type; return { 'name': name, 'type': type, }; }