copyWith abstract method
- @useResult
- UuidValue? id,
- UuidValue? userProfileId,
- UserProfile? userProfile,
- DateTime? createdAt,
- String? storageId,
- String? path,
- Uri? url,
Returns a shallow copy of this UserProfileImage with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
UserProfileImage copyWith({
_i1.UuidValue? id,
_i1.UuidValue? userProfileId,
_i2.UserProfile? userProfile,
DateTime? createdAt,
String? storageId,
String? path,
Uri? url,
});