videoId property

  1. @Input()
void videoId=(String id)

Implementation

@Input()
set videoId(String id) {
  _videoId = id;

  _player?.cueVideoById(id);
}