copyWith abstract method

  1. @useResult
UserProfileModel copyWith({
  1. UuidValue? authUserId,
  2. String? userName,
  3. String? fullName,
  4. String? email,
  5. Uri? imageUrl,
})

Returns a shallow copy of this UserProfileModel with some or all fields replaced by the given arguments.

Implementation

@_i1.useResult
UserProfileModel copyWith({
  _i1.UuidValue? authUserId,
  String? userName,
  String? fullName,
  String? email,
  Uri? imageUrl,
});