name property
Get the name of the type, e.g. "IPv4" or "IPv6".
Implementation
String get name => const ["ANY", "IPv4", "IPv6", "Unix"][_value + 1];
Get the name of the type, e.g. "IPv4" or "IPv6".
String get name => const ["ANY", "IPv4", "IPv6", "Unix"][_value + 1];