UIImageBlock constructor
UIImageBlock({
- String? id,
- UIImageBlockData? data,
Implementation
UIImageBlock({
this.id,
this.data,
});
UIImageBlock({
this.id,
this.data,
});