createdAt property

DateTime createdAt

This reports time as the server sees it, so that if you create a ParseObject, then wait a while, and then call saveInBackground, the creation time will be the time of the first saveInBackground call rather than the time the object was created locally.

Implementation

DateTime get createdAt => _createdAt;