VParticipant class
- Inheritance
-
- Object
- ICalendarComponent
- VParticipant
Constructors
- VParticipant({required Role role, required MailTo email, String? name})
Properties
Methods
-
formatDateTime(
DateTime dateTime) → String -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → String -
override
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
parse(
String vparticipantString) → VParticipant