fromValue static method

NavigationTimingType fromValue(
  1. String value
)

Implementation

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