CopyWith$Input$AttributeValueInput<TRes> constructor

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

Implementation

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