Resolution constructor

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

Implementation

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