VideoResolution constructor

const VideoResolution(
  1. int width,
  2. int height
)

Initializes an instance of VideoResolution

Implementation

const VideoResolution(this.width, this.height);