Unrestricted class
A UserRights without any restriction.
- Implemented types
- Available extensions
Constructors
Properties
- canCopy → bool
-
Returns whether the user is currently allowed to copy content to the pasteboard.
no setteroverride
- canPrint → bool
-
Returns whether the user is currently allowed to print the content.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
canCopyText(
String text) → bool -
Returns whether the user is allowed to copy the given text to the pasteboard.
override
-
canPrintPageCount(
int pageCount) → bool -
Returns whether the user is allowed to print the given amount of pages.
override
-
copy(
String text) → bool -
Consumes the given text with the copy right.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
print(
int pageCount) → bool -
Consumes the given amount of pages with the print right.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited