CopyWith$Input$POSCategoryInput<TRes> constructor

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

Implementation

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