copyWith method

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

Implementation

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