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