fromValue static method

Isbt128ContactMode fromValue(
  1. String value
)

Implementation

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