PushMetaData constructor

PushMetaData({
  1. String? callerName,
  2. String? callerNumber,
  3. String? callId,
  4. String? voiceSdkId,
})

Implementation

PushMetaData({
  this.callerName,
  this.callerNumber,
  this.callId,
  this.voiceSdkId,
});