id property

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

Unique identifier of the task

Implementation

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