CallScreenResponse.fromJson constructor

CallScreenResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

CallScreenResponse.fromJson(Map<String, dynamic> json)
    : silence = json['silence'],
      reject = json['reject'],
      skipNotification = json['skipNotification'];