copyWith property

Implementation

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