hash property

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

The identifier for this Checklist entry. Guaranteed unique only within this Checklist Definition, and not globally/for all checklists.

Implementation

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