displayNameAcronyms property

  1. @JsonKey(name: 'display_name_acronyms')
List<String>? displayNameAcronyms
getter/setter pair

Acronyms or initialisms that people sometimes use instead of the full display_name.

Implementation

@JsonKey(name: 'display_name_acronyms')
List<String>? displayNameAcronyms;