operator [] method

Date operator [](
  1. int index
)

Implementation

Date operator [](int index) => start.increase(Duration(days: index)) as Date;