ApptimizeInstantUpdate constructor

const ApptimizeInstantUpdate(
  1. String instantUpdateName,
  2. int instantUpdateId,
  3. DateTime startDate,
  4. String? userId,
  5. String anonymousUserId,
)

Implementation

const ApptimizeInstantUpdate(this.instantUpdateName, this.instantUpdateId,
    DateTime startDate, String? userId, String anonymousUserId)
    : super(startDate, userId, anonymousUserId);