setType property

  1. @JsonKey(unknownEnumValue: SetType.unknown)
SetType setType
final

A computer-readable classification for this set.

Implementation

@JsonKey(unknownEnumValue: SetType.unknown)

/// A computer-readable classification for this set.
final SetType setType;