values property

List<String>? values
final

List of allowed values for enum parameters If non-empty, the parameter is treated as an enum

Implementation

final List<String>? values;