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