createdAt property

int? get createdAt

The date the video was created in Unixtime format.

Implementation

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