getUpdatedAt method

int getUpdatedAt()

Returns Update Date

Implementation

int getUpdatedAt() {
  return int.parse(getData()["updated_at"].toString());
}