videoChannelId property

String videoChannelId

Implementation

String get videoChannelId =>
    root.get('videoDetails')!.getT<String>('channelId')!;