CopyWith$Input$AttributeCreateInput<TRes> constructor

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

Implementation

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