CopyWith$Input$ModulesDefinitionInput<TRes> constructor

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

Implementation

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