$Size constructor

$Size({
  1. int? height,
  2. bool? iab,
  3. String? id,
  4. String? kind,
  5. int? width,
})

Implementation

$Size({
  this.height,
  this.iab,
  this.id,
  this.kind,
  this.width,
});