WHIPIngress constructor

WHIPIngress({
  1. required String address,
})

Returns a new WHIPIngress instance.

Implementation

WHIPIngress({
  required this.address,
});