Resolution constructor

const Resolution(
  1. int x,
  2. int y
)

Implementation

const Resolution(this.x, this.y);