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