CallEventActionCallToggleHold constructor

const CallEventActionCallToggleHold(
  1. String id,
  2. bool isOnHold
)

Implementation

const CallEventActionCallToggleHold(this.id, this.isOnHold);