videoHeight property

  1. @override
String? videoHeight
override

Get OgpData.videoHeight from 'og:video:height'.

Implementation

@override
String? get videoHeight => _getContent(property: 'og:video:height');
void videoHeight=(String? _videoHeight)
inherited

Implementation

String? videoHeight;