fromKey static method

INLINES? fromKey(
  1. String key
)

Implementation

static INLINES? fromKey(String key) =>
    items.firstWhereOrNull((item) => item.key == key);