ListPullHeaderViewModel.copy constructor
ListPullHeaderViewModel.copy(
- int id,
- int instanceId,
- String className,
- RenderContext<
LoadInstanceContext> context, - ListPullHeaderViewModel viewModel,
Implementation
ListPullHeaderViewModel.copy(
int id,
int instanceId,
String className,
RenderContext context,
ListPullHeaderViewModel viewModel,
) : super.copy(id, instanceId, className, context, viewModel);