createAt property
The timestamp (in milliseconds) when the task was created.
Implementation
int createAt = DateTime.now().millisecondsSinceEpoch;
The timestamp (in milliseconds) when the task was created.
int createAt = DateTime.now().millisecondsSinceEpoch;