videoTitle property

String videoTitle

Implementation

String get videoTitle => root.get('videoDetails')!.getT<String>('title')!;