videoSecureUrl property

  1. @override
String? videoSecureUrl
override

Get OgpData.videoSecureUrl from 'og:video:secure_url'.

Implementation

@override
String? get videoSecureUrl => _getContent(property: 'og:video:secure_url');
void videoSecureUrl=(String? _videoSecureUrl)
inherited

Implementation

String? videoSecureUrl;