add method

void add(
  1. MarkedDate markedDate
)

Implementation

void add(MarkedDate markedDate) {
  markedDates.add(markedDate);
}