UIPageBlock constructor
UIPageBlock({
- String? id,
- String? name,
- UIPageBlockData? data,
Implementation
UIPageBlock({
this.id,
this.name,
this.data,
});
UIPageBlock({
this.id,
this.name,
this.data,
});