copyWith method

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

Implementation

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