attributesInUse property

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

List of all attributes that the application is using.

Implementation

@JsonKey(name: 'application_attributes', defaultValue: [])
final List<String> attributesInUse;