UIImageBlock constructor

UIImageBlock({
  1. String? id,
  2. UIImageBlockData? data,
})

Implementation

UIImageBlock({
  this.id,
  this.data,
});