copyWith method

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

Implementation

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