aegsToInt property

Map<AvahiEntryGroupState, int> aegsToInt
getter/setter pair

Implementation

static Map<AvahiEntryGroupState, int> aegsToInt = AvahiEntryGroupState.values
    .asMap()
    .map((key, value) => MapEntry(value, key));