CopyWith$Input$AttributeUpdateInput<TRes> constructor

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

Implementation

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