videoAuthor property

String videoAuthor

Implementation

String get videoAuthor => root.get('videoDetails')!.getT<String>('author')!;