DiveRTMPService constructor

DiveRTMPService({
  1. required String name,
  2. required List<DiveRTMPServer> servers,
})

Implementation

DiveRTMPService({required this.name, required this.servers});