PushMetaData constructor

PushMetaData({
  1. String? caller_name,
  2. String? caller_number,
  3. String? call_id,
  4. String? voice_sdk_id,
})

Implementation

PushMetaData(
    {this.caller_name, this.caller_number, this.call_id, this.voice_sdk_id});