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