pageBlockTable property

PageBlockTable? pageBlockTable

A table

Implementation

PageBlockTable? get pageBlockTable {
  if (this is PageBlockTable) {
    return this as PageBlockTable;
  }
  return null;
}