page404 property

KeyPage page404

Implementation

KeyPage get page404 {
  if (_map == null || _key404 == null)
    throw Exception(
        "The PageCollectionMap instance was accessed before it was initialized (page404)");
  return this[_key404!];
}