countryName property

  1. @override
String? countryName
override

Get OgpData.countryName from 'og:country-name'.

Implementation

@override
String? get countryName => _getContent(property: 'og:country-name');
void countryName=(String? _countryName)
inherited

Implementation

String? countryName;