getVideo method

Video getVideo(
  1. String name
)

Implementation

Video getVideo(String name) => _getResourceValue('Video', name) as Video;