fromValue static method

MARKS? fromValue(
  1. String value
)

Implementation

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