date property
DateTime
get
date
Get's the date at which this article was published. Note that this is always at midnight, as the original timestamp does not provide any hours/minutes.
Implementation
DateTime get date => DateTime.parse(_date);