copyWith method
Implementation
ProjectRoleUser copyWith({String? accountId}) {
return ProjectRoleUser(
accountId: accountId ?? this.accountId,
);
}
ProjectRoleUser copyWith({String? accountId}) {
return ProjectRoleUser(
accountId: accountId ?? this.accountId,
);
}