Srtp.fromJson constructor
Srtp.fromJson(
- Object? json
Implementation
factory Srtp.fromJson(Object? json) {
asJsonMap(json, 'srtp settings');
return const Srtp();
}
factory Srtp.fromJson(Object? json) {
asJsonMap(json, 'srtp settings');
return const Srtp();
}