image property
Get the Metadata.image from the first tag in the body;s
Implementation
@override
String? get image =>
_document?.body?.querySelector('img')?.attributes.get('src');
Implementation
String? image;
Get the Metadata.image from the first tag in the body;s
@override
String? get image =>
_document?.body?.querySelector('img')?.attributes.get('src');
String? image;