totalAppsOptedIn property

  1. @JsonKey(name: 'total-apps-opted-in', defaultValue: 0)
int totalAppsOptedIn
final

The count of all applications that have been opted in, equivalent to the count of application local data (AppLocalState objects) stored in this account.

Implementation

@JsonKey(name: 'total-apps-opted-in', defaultValue: 0)
final int totalAppsOptedIn;