Skip to main content

User constructor

User({List<OrgInfo>? adminFor, List<OrgInfo>? createdOrganizations, String? email, String? firstName, String? id, String? image, List<OrgInfo>? joinedOrganizations, String? lastName, String? authToken, String? refreshToken, List<OrgInfo>? membershipRequests})

Implementation

User({
this.adminFor,
this.createdOrganizations,
this.email,
this.firstName,
this.id,
this.image,
this.joinedOrganizations,
this.lastName,
this.authToken,
this.refreshToken,
this.membershipRequests,
});