ListPullFooterViewModel constructor

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

Implementation

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