CallCompat.fromJson constructor

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

Implementation

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