from static method

EpubLayout? from(
  1. String? value
)

Implementation

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