createdAt property

int get createdAt

The date the comment was created in Unixtime format.

Implementation

int get createdAt => payload['date'];