isRestricted property
bool
get
isRestricted
Whether the Publication has a restricted access to its resources, and can't be rendered in a Navigator.
Implementation
bool get isRestricted => protectionService?.isRestricted ?? false;