inboxId property

  1. @JsonKey(name: "inbox_id")
  2. @HiveField(1)
int inboxId
final

The numeric ID of the inbox

Implementation

@JsonKey(name: "inbox_id")
@HiveField(1)
final int inboxId;