Resolution constructor

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

Implementation

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