features property

  1. @JsonKey(includeIfNull: false)
List<Feature>? features
finalinherited

The feature that is being tracked.

Examples: the group and value of the feature.

Implementation

@JsonKey(includeIfNull: false)
final List<Feature>? features;