CalendarOwner constructor

CalendarOwner({
  1. String name = '',
  2. String address = '',
})

Creates a new instance of CalendarOwner.

Both parameters have default values of an empty string.

Implementation

CalendarOwner({this.name = '', this.address = ''});