copyWith method

GetUserSupportInfo copyWith({
  1. int? userId,
})

Implementation

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