copyWith method

  1. @override
TMeUrlTypeUser copyWith({
  1. int? userId,
})
override

Implementation

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