SyncReadyEvent constructor

SyncReadyEvent(
  1. String? organizationUserId,
  2. bool statusApplied,
  3. Future<bool> syncAcknowledged()
)

Implementation

SyncReadyEvent(this.organizationUserId, this.statusApplied, this.syncAcknowledged);