ListPullFooterViewModel.copy constructor

ListPullFooterViewModel.copy(
  1. int id,
  2. int instanceId,
  3. String className,
  4. RenderContext<LoadInstanceContext> context,
  5. ListPullFooterViewModel viewModel,
)

Implementation

ListPullFooterViewModel.copy(
  int id,
  int instanceId,
  String className,
  RenderContext context,
  ListPullFooterViewModel viewModel,
) : super.copy(id, instanceId, className, context, viewModel);