PushMetaData.fromJson constructor

PushMetaData.fromJson(
  1. Map json
)

Implementation

PushMetaData.fromJson(Map<dynamic, dynamic> json) {
  caller_name = json['caller_name'];
  caller_number = json['caller_number'];
  call_id = json['call_id'];
  voice_sdk_id = json['voice_sdk_id'];
}