CopyWith$Input$IdentifyMetadataInput<TRes> constructor

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

Implementation

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