created property

bool created

Returns true if the post has created but not updated.

Implementation

bool get created {
  return createdAt == updatedAt;
}