pageHome property

KeyPage pageHome

Implementation

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