GridViewOnceObserveNotification constructor

GridViewOnceObserveNotification({
  1. bool isForce = false,
  2. bool isDependObserveCallback = true,
})

Implementation

GridViewOnceObserveNotification({
  bool isForce = false,
  bool isDependObserveCallback = true,
}) : super(
        isForce: isForce,
        isDependObserveCallback: isDependObserveCallback,
      );