CallConfig.fromJson constructor

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

Implementation

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