from static method
Implementation
static AvailabilityState? from(String? value) =>
_values.firstOrNullWhere((state) => state.value == value);
static AvailabilityState? from(String? value) =>
_values.firstOrNullWhere((state) => state.value == value);