operator >= method

bool operator >=(
  1. DurationTersity other
)

Implementation

bool operator >=(DurationTersity other) => _id >= other._id;