empty static method

PageBlockTable empty()
override

create PageBlockTable Empty

Implementation

static PageBlockTable empty() {
  return PageBlockTable({});
}