IosIconStructBean constructor

IosIconStructBean({
  1. List<IosIconStructImagesBean>? images,
  2. IosIconStructInfoBean? info,
})

Implementation

IosIconStructBean({
  this.images,
  this.info,
});