fromValue static method

DocumentReadyState fromValue(
  1. String value
)

Implementation

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