description property

  1. @override
String? description
override

Get Metadata.description from 'og:description'

Implementation

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

Implementation

String? description;