fromValue static method

GS1LimitedSecurityLevel fromValue(
  1. String value
)

Implementation

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