isActive property

bool isActive

Implementation

bool get isActive {
  return timestamp > 0;
}