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