enumList property

List<String>? enumList
final

When type is "enum", this defines the possible values for the parameter

Implementation

final List<String>? enumList;