appId property

  1. @JsonKey(name: 'app_id')
int appId
getter/setter pair

id of app this token belongs to.

Implementation

@JsonKey(name: 'app_id')
int appId;