UserAnonymous class

Constructors

UserAnonymous({required String type, required Icon profilePicture, required String displayName, List<OperationCheckResult>? operations, bool? isExternalCollaborator, UserAnonymousExpandable? expandable, required GenericLinks links})
UserAnonymous.fromJson(Map<String, Object?> json)
factory

Properties

displayName String
final
expandable UserAnonymousExpandable?
final
hashCode int
The hash code for this object.
no setterinherited
isExternalCollaborator bool
Whether the user is an external collaborator user
final
final
operations List<OperationCheckResult>
final
profilePicture Icon
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final

Methods

copyWith({String? type, Icon? profilePicture, String? displayName, List<OperationCheckResult>? operations, bool? isExternalCollaborator, UserAnonymousExpandable? expandable, GenericLinks? links}) UserAnonymous
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited