copyWith property

Implementation

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