copyWith property

Implementation

CopyWith$Input$TotalPriceInput<Input$TotalPriceInput> get copyWith =>
    CopyWith$Input$TotalPriceInput(
      this,
      (i) => i,
    );