appIndex property

  1. @JsonKey(name: 'i', defaultValue: NEW_APP_ID)
int appIndex
final

The app ID of the app this box belongs to. Instead of serializing this value, it's used to calculate the appIdx for AppBoxReference.

Implementation

@JsonKey(name: 'i', defaultValue: NEW_APP_ID)
final int appIndex;