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