copyWith property

Implementation

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