Map<String, dynamic> toJson() => withoutNulls({ 'action': action.toJson(), 'qtype': qtype?.toJson(), 'domain': domain?.toJson(), });