getCreatedAt method

int getCreatedAt()

Returns Creation Date

Implementation

int getCreatedAt() {
  return int.parse(getData()["created_at"].toString());
}