displayUnitsName property
When progressions show your "experience" gained, that bar has units (i.e. "Experience", "Bad Dudes Snuffed Out", whatever). This is the localized string for that unit of measurement.
Implementation
@JsonKey(name:'displayUnitsName')
String? displayUnitsName;