isProtected property
bool
get
isProtected
Returns whether this Publication is protected by a Content Protection technology.
Implementation
bool get isProtected => protectionService != null;
Returns whether this Publication is protected by a Content Protection technology.
bool get isProtected => protectionService != null;