forValue static method

GuildFeature forValue(
  1. String value
)

Implementation

static GuildFeature forValue(String value) => GuildFeature.values[value]!;