SRTIngress constructor

SRTIngress({
  1. required String address,
})

Returns a new SRTIngress instance.

Implementation

SRTIngress({
  required this.address,
});