PhoneCall.fromJson constructor

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

Implementation

factory PhoneCall.fromJson(Map<String, dynamic> json) =>
    _$PhoneCallFromJson(json);