from static method

PresentationOverflow? from(
  1. String? value
)

Implementation

static PresentationOverflow? from(String? value) =>
    _values.firstOrNullWhere((element) => element.value == value);