id property
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;
Unique identifier of the task; must be positive and unique among all task identifiers currently present in the checklist
@JsonKey(name: 'id')
int get id;