attributesInUse property

  1. @JsonKey(defaultValue: [])
List<String> attributesInUse
final

List of all attributes that the application is using.

Implementation

@JsonKey(defaultValue: [])
final List<String> attributesInUse;