CalendarOwner constructor
Creates a new instance of CalendarOwner.
Both parameters have default values of an empty string.
Implementation
CalendarOwner({this.name = '', this.address = ''});
Creates a new instance of CalendarOwner.
Both parameters have default values of an empty string.
CalendarOwner({this.name = '', this.address = ''});