description property

  1. @override
String? description
override

Get the Metadata.description from the tag

Implementation

@override
String? get description => getProperty(
      _document,
      attribute: 'name',
      property: 'og:url',
    );
void description=(String? _description)
inherited

Implementation

String? description;