DiveCoreResolution constructor

const DiveCoreResolution(
  1. String name,
  2. int width,
  3. int height
)

Implementation

const DiveCoreResolution(this.name, this.width, this.height);