fromValue static method

ProfileFlag fromValue(
  1. String value
)

Implementation

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