AttendeeInfo.withSmtpAddress constructor

AttendeeInfo.withSmtpAddress(
  1. String? _smtpAddress, [
  2. MeetingAttendeeType _attendeeType = MeetingAttendeeType.Required,
  3. bool? _excludeConflicts = false
])
Initializes a new instance of the The SMTP address of the attendee. The yype of the attendee. Indicates whether times when this attendee is not available should be returned.

Implementation

AttendeeInfo.withSmtpAddress(this._smtpAddress,
    [this._attendeeType = MeetingAttendeeType.Required,
    this._excludeConflicts = false]);