CopyWith$Input$DisableDLNAInput<TRes> constructor

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

Implementation

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