enumValue property

  1. @JsonKey(name: 'enum')
List<String>? get enumValue
inherited

An enumeration of string values to be used if the substitution options are from a limited set. The array must not be empty.

Implementation

@JsonKey(name: 'enum')
List<String>? get enumValue => throw _privateConstructorUsedError;