Map<String, dynamic> toJson() { return { 'header': header, if (bodyGetterId != null) 'bodyGetterId': bodyGetterId!.toJson(), }; }