Resolution constructor

Resolution(
  1. dynamic xmlWidth,
  2. dynamic xmlHeight
)

Implementation

Resolution(this.xmlWidth, this.xmlHeight);