copyWith property

Implementation

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