Map<String, dynamic> toJson() { final json = <String, dynamic>{'ref': ref}; if (argument != null) json['argument'] = argument!; return json; }