CopyWith$Input$AttributeValueUpdateInput<TRes> constructor

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

Implementation

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