copyWith method
Implementation
SharePhoneNumber copyWith({
int? userId,
}) =>
SharePhoneNumber(
userId: userId ?? this.userId,
);
SharePhoneNumber copyWith({
int? userId,
}) =>
SharePhoneNumber(
userId: userId ?? this.userId,
);