copyWith property
Create a copy of Upi with the given fields replaced by the non-null parameter values.
Implementation
@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$UpiCopyWith<Upi> get copyWith => _$UpiCopyWithImpl<Upi>(this as Upi, _$identity);