CopyWith$Input$CleanMetadataInput<TRes> constructor

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

Implementation

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