dart enum with string value code example Example: dart enum from string Fruit f = Fruit.values.firstWhere((e) => e.toString() == 'Fruit.' + str);