CalendarNode constructor

CalendarNode(
  1. DateTime date,
  2. int row,
  3. int column
)

Implementation

CalendarNode(this.date, this.row, this.column);