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