next property

Week next

/////////////////////////////// GETTERS Returns the next week relative to this week

Implementation

/// Returns the next week relative to this week
Week get next => addWeeks(1);