EventAttendee class

Constructors

EventAttendee({int? additionalGuests, String? comment, String? displayName, String? email, String? id, bool? optional, bool? organizer, bool? resource, String? responseStatus, bool? self})
EventAttendee.fromJson(Map json_)

Properties

additionalGuests int?
Number of additional guests.
getter/setter pair
comment String?
The attendee's response comment.
getter/setter pair
displayName String?
The attendee's name, if available.
getter/setter pair
email String?
The attendee's email address, if available.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The attendee's Profile ID, if available.
getter/setter pair
optional bool?
Whether this is an optional attendee.
getter/setter pair
organizer bool?
Whether the attendee is the organizer of the event.
getter/setter pair
resource bool?
Whether the attendee is a resource.
getter/setter pair
responseStatus String?
The attendee's response status.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self bool?
Whether this entry represents the calendar on which this copy of the event appears.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited