PageInfo.emptyShell constructor

const PageInfo.emptyShell(
  1. String name
)

Builds an empty shell PageInfo with a const builder

Implementation

const PageInfo.emptyShell(this.name) : builder = _emptyShellBuilder;