Attendee class

Inheritance

Constructors

Attendee({required String name, required String email, String? role, String? partstat, bool? rsvp, String? delegate, String? cutype, int? numGuests, String? mailTo, String? directoryEntry})
Attendee.fromICalString(String icalString)
factory
Attendee.fromJson(String source)
factory
Attendee.fromMap(Map<String, dynamic> map)
factory

Properties

cutype String?
getter/setter pair
delegate String?
getter/setter pair
directoryEntry String?
getter/setter pairinherited
email String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setteroverride
mailTo String?
getter/setter pair
name String?
getter/setter pairinherited
numGuests int?
getter/setter pair
partstat String?
getter/setter pair
role String?
getter/setter pair
rsvp bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? name, String? email, String? directoryEntry}) Person
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toICalString() String
override
toJson() String
inherited
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

removeNonPrintableChars(String input) String