setDay method

void setDay(
  1. String day
)

Implementation

void setDay(String day) {
  _day = day;
}