avahiProtocolToInt property

Map<AvahiProtocol, int> avahiProtocolToInt
getter/setter pair

Implementation

static Map<AvahiProtocol, int> avahiProtocolToInt = AvahiIntHelpers
    .intToAvahiProtocol
    .map((key, value) => MapEntry(value, key));