Twitter Cards do not have a url property so get the url from og:url, if available.
og:url
@override String? get url => OpenGraphParser(_document).url;
String? url;