image property

  1. @override
String? image
override

Get the Metadata.image from the first tag in the body;s

Implementation

@override
String? get image =>
    _document?.body?.querySelector('img')?.attributes.get('src');
void image=(String? _image)
inherited

Implementation

String? image;