Srtp.fromJson constructor

Srtp.fromJson(
  1. Object? json
)

Implementation

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