isRestricted property

  1. @override
bool isRestricted

Whether the Publication has a restricted access to its resources, and can't be rendered in a Navigator.

Implementation

@override
bool get isRestricted => license == null;