SpaceUser class

Annotations
  • @freezed

Constructors

SpaceUser({AppUsersConnection? accessList, Long? bytesDownloaded, Long? bytesUploaded, bool? canUseSpaceForEgress, bool? enableSiteBlocking, bool? isAdmin, bool? isOwner, Device? lastConnectDevice, AWSTimestamp? lastConnectTime, Space? space, UserAccessStatus? status, User? user})
factory
SpaceUser.fromJson(Map<String, dynamic> json)
factory

Properties

accessList → AppUsersConnection?
no setterinherited
bytesDownloaded → int?
no setterinherited
bytesUploaded → int?
no setterinherited
canUseSpaceForEgress → bool?
no setterinherited
copyWith → $SpaceUserCopyWith<SpaceUser>
Create a copy of SpaceUser with the given fields replaced by the non-null parameter values.
no setterinherited
enableSiteBlocking → bool?
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
isAdmin → bool?
no setterinherited
isOwner → bool?
no setterinherited
lastConnectDevice → Device?
no setterinherited
lastConnectTime → int?
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
space → Space?
no setterinherited
status → UserAccessStatus?
no setterinherited
user → User?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
Serializes this SpaceUser to a JSON map.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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