RTMPS.fromJson constructor

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

Implementation

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