String gravatarProfileXMLUrl({ String? scheme, }) { final url = Gravatar(this).profileXML( scheme: scheme, ); return url.toString(); }