IosIconStructImagesBean constructor

IosIconStructImagesBean({
  1. String? size,
  2. String? idiom,
  3. String? filename,
  4. String? scale,
  5. String? platform,
})

Implementation

IosIconStructImagesBean({
  this.size,
  this.idiom,
  this.filename,
  this.scale,
  this.platform,
});