OptimoveInAppInboxSummary constructor

OptimoveInAppInboxSummary(
  1. int totalCount,
  2. int unreadCount
)

Implementation

OptimoveInAppInboxSummary(this.totalCount, this.unreadCount);