copyWith abstract method

  1. @useResult
UserProfileImage copyWith({
  1. UuidValue? id,
  2. UuidValue? userProfileId,
  3. UserProfile? userProfile,
  4. DateTime? createdAt,
  5. String? storageId,
  6. String? path,
  7. 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,
});