pageBlockList property
A list of data blocks
Implementation
PageBlockList? get pageBlockList {
if (this is PageBlockList) {
return this as PageBlockList;
}
return null;
}
A list of data blocks
PageBlockList? get pageBlockList {
if (this is PageBlockList) {
return this as PageBlockList;
}
return null;
}