copyWith property

Implementation

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