features property

  1. @JsonKey(disallowNullValue: true, required: true)
List<FeatureConfiguration> features
final

Localization Features used in this project.

Implementation

@JsonKey(disallowNullValue: true, required: true)
final List<FeatureConfiguration> features;