enumerationValues property

List<EnumerationValue>? enumerationValues
final

A list of EnumerationValue objects that defines the values that the slot type can take.

Implementation

final List<EnumerationValue>? enumerationValues;