copyWith property

Implementation

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