from static method

PresentationPage? from(
  1. String? value
)

Implementation

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