CalendarEntryBuilder class Null safety

Implemented types

Constructors

CalendarEntryBuilder()

Properties

activity ContentElementBuilder
read / write
dateTime Instant?
read / write
description String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
id String?
read / write
invitations ListBuilder<Invitation>
read / write
meetingLocation String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sender User?
read / write

Methods

build() CalendarEntry
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
replace(CalendarEntry other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(CalendarEntryBuilder)?) → void
Applies updates.
override

Operators

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