copyWith abstract method
Returns a shallow copy of this Project with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
Project copyWith({
int? id,
DateTime? createdAt,
DateTime? updatedAt,
DateTime? archivedAt,
String? cloudProjectId,
_i1.UuidValue? ownerId,
_i2.Owner? owner,
_i3.Subscription? subscription,
List<_i4.Role>? roles,
List<_i5.Capsule>? capsules,
});