PortalUserContent class final
Represents the content of a portal user.
Properties
-
folders
→ List<
PortalFolder> -
The user's folders.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
PortalItem> -
The user's portal items.
no setter
- portal → Portal
-
The portal to which this content belongs.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- username → String
-
The username of the user who owns this content.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited