Returns true if value is greater than or equal to other's value.
true
other
bool operator >=(Vintage other) => value >= other.value;