copyWith property

Implementation

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