DialPolicyImpl constructor

DialPolicyImpl({
  1. required Host host,
  2. bool allowSelfDials = false,
})

Implementation

DialPolicyImpl({required this.host, this.allowSelfDials = false});