copyWith method
Implementation
WebApiLogicAppFuncSessionDeal copyWith({String? dealid, String? deal}) {
return WebApiLogicAppFuncSessionDeal(
dealid: dealid ?? this.dealid, deal: deal ?? this.deal);
}
WebApiLogicAppFuncSessionDeal copyWith({String? dealid, String? deal}) {
return WebApiLogicAppFuncSessionDeal(
dealid: dealid ?? this.dealid, deal: deal ?? this.deal);
}