setMarks method

void setMarks(
  1. Map<DateDay, T> marks
)

Implementation

void setMarks(Map<DateDay, T> marks) => _option.setMarks(marks);