imageSecureUrl property

  1. @override
String? imageSecureUrl
override

Get OgpData.imageSecureUrl from 'og:image:secure_url'.

Implementation

@override
String? get imageSecureUrl => _getContent(property: 'og:image:secure_url');
void imageSecureUrl=(String? _imageSecureUrl)
inherited

Implementation

String? imageSecureUrl;