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