Bounds constructor Null safety

Bounds(
  1. String xmlX,
  2. String xmlY,
  3. String xmlWidth,
  4. String xmlHeight
)

Implementation

Bounds(this.xmlX, this.xmlY, this.xmlWidth, this.xmlHeight);