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