copyWith property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
$PPOrderAmountCopyWith<PPOrderAmount> get copyWith
inherited

Create a copy of PPOrderAmount with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$PPOrderAmountCopyWith<PPOrderAmount> get copyWith =>
    _$PPOrderAmountCopyWithImpl<PPOrderAmount>(
        this as PPOrderAmount, _$identity);