CallEventActionCallToggleMute constructor

const CallEventActionCallToggleMute(
  1. String id,
  2. bool isMuted
)

Implementation

const CallEventActionCallToggleMute(this.id, this.isMuted);