Call constructor

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

Implementation

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