fromValue static method

BooklandFormat fromValue(
  1. String value
)

Implementation

static BooklandFormat fromValue(String value) =>
    BooklandFormat.values.firstWhere((e) => e.value == value);