dates property

List<IImportantDate>? get dates

Property getter and setter for dates:

Implementation

List<IImportantDate>? get dates;
set dates (List<IImportantDate>? dates)

Implementation

set dates(List<IImportantDate>? dates);