nominalValues property

List<String>? nominalValues
final

A list of nominal values if the attribute type is 'nominal'.

If the attribute type is not 'nominal', this will be null.

Implementation

final List<String>? nominalValues;