static NsgEnum fromString(Type type, String v) { return _getAllValues(type).firstWhere((element) => element.name == v); }