fromValue static method

INLINES? fromValue(
  1. String value
)

Implementation

static INLINES? fromValue(String value) =>
    items.firstWhereOrNull((item) => item.value == value);