copyWith property

Implementation

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