OrgUser class
- Annotations
-
- @freezed
Constructors
- OrgUser.new({SpaceUsersConnection? accessList, bool? isAdmin, bool? isOwner, Org? org, UserAccessStatus? status, User? user})
-
factory
-
OrgUser.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accessList → SpaceUsersConnection?
-
no setterinherited
-
copyWith
→ $OrgUserCopyWith<
OrgUser> -
Create a copy of OrgUser
with the given fields replaced by the non-null parameter values.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAdmin → bool?
-
no setterinherited
- isOwner → bool?
-
no setterinherited
- org → Org?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
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 OrgUser to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited