totalCreatedApps property

  1. @JsonKey(name: 'total-created-apps', defaultValue: 0)
int totalCreatedApps
final

The count of all apps (AppParams objects) created by this account.

Implementation

@JsonKey(name: 'total-created-apps', defaultValue: 0)
final int totalCreatedApps;