setMarks method

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

Implementation

void setMarks(Map<DateDay, T> value) => _marks = value;