id property

  1. @JsonKey(name: 'id')
int get id
inherited

Unique identifier of the task; must be positive and unique among all task identifiers currently present in the checklist

Implementation

@JsonKey(name: 'id')
int get id;