data property

  1. @JsonKey(name: 'data')
DestinyProfileComponent? data
getter/setter pair

The most essential summary information about a Profile (in Destiny 1, we called these "Accounts").

Implementation

@JsonKey(name:'data')
DestinyProfileComponent? data;