CopyWith$Input$ProjectMemberInput<TRes> constructor

CopyWith$Input$ProjectMemberInput<TRes>(
  1. Input$ProjectMemberInput instance,
  2. TRes then(
    1. Input$ProjectMemberInput
    )
)

Implementation

factory CopyWith$Input$ProjectMemberInput(
  Input$ProjectMemberInput instance,
  TRes Function(Input$ProjectMemberInput) then,
) = _CopyWithImpl$Input$ProjectMemberInput;