MeetingTimeZone.fromName constructor

MeetingTimeZone.fromName(
  1. String name
)
Initializes a new instance of the The name of the time zone.

Implementation

MeetingTimeZone.fromName(String name) {
  this._name = name;
}