hash property

  1. @JsonKey(name: 'hash')
int? hash
getter/setter pair

The identifier for the bubble: only guaranteed to be unique within the Destination.

Implementation

@JsonKey(name:'hash')
int? hash;