Returns true if value is less than other's value.
true
other
bool operator <(Vintage other) => value < other.value;