IMeeting class abstract
- Implemented types
-
- MModel
Constructors
- IMeeting()
Properties
-
attendees
↔ Map<
String, IAttendee> ? -
Property getter and setter for attendees:
getter/setter pair
- dateCreated ↔ DateTime?
-
Property getter and setter for dateCreated:
getter/setter pair
- description ↔ String?
-
Property getter and setter for description:
getter/setter pair
- diffHashCode → int
-
no setterinherited
- diffKey → dynamic
-
For
Diffable
no setterinherited - diffSource → dynamic
-
For
Diffable
no setterinherited - discriminator ↔ String?
-
Property getter and setter for discriminator: The discriminator is used to create different types of meetings, without the need to subclass them. When used as part of an automation flow, the discriminator should match the flow's
FlowGraphId
The discriminator is used to create different types of meetings, without the need to subclass them. When used as part of an automation flow, the discriminator should match the flow'sFlowGraphId
getter/setter pair - durationAmount ↔ int?
-
Property getter and setter for durationAmount:
getter/setter pair
- durationUnit ↔ TimeUnit?
-
Property getter and setter for durationUnit:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
no setterinherited
-
ignoredPaths
→ Set<
JsonPath> -
no setterinherited
- inPersonInfo ↔ IInPersonInfo?
-
Property getter and setter for inPersonInfo:
getter/setter pair
- isCancelled ↔ bool?
-
Property getter and setter for isCancelled:
getter/setter pair
- isComplete ↔ bool?
-
Property getter and setter for isComplete:
getter/setter pair
- meetingImage ↔ Uri?
-
Property getter and setter for meetingImage:
getter/setter pair
- meetingType ↔ String?
-
Property getter and setter for meetingType: A free-form type that identifies this meeting as a specific type of meeting - this may change things like notification reminders, templates, prep tasks, etc
A free-form type that identifies this meeting as a specific type of meeting - this may change things like notification reminders, templates, prep tasks, etc
getter/setter pair
-
mfields
→ Set<
String> -
no setteroverride
- mkey → MKey?
-
no setterinherited
- mkeyOrNull → MKey?
-
no setterinherited
- mmeta ↔ MMeta
-
getter/setter pairinherited
- mtype → MSchemaRef
-
no setterinherited
- organizerId ↔ String?
-
Property getter and setter for organizerId:
getter/setter pair
- phoneInfo ↔ IPhoneInfo?
-
Property getter and setter for phoneInfo:
getter/setter pair
- previousDate ↔ DateTime?
-
Property getter and setter for previousDate: In the case of a rescheduled meeting - this will contain the original date/time as a reference in case communications should include that
In the case of a rescheduled meeting - this will contain the original date/time as a reference in case communications should include that
getter/setter pair
- recordKey → RecordKey?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDate ↔ DateTime?
-
Property getter and setter for startDate:
getter/setter pair
- title ↔ String?
-
Property getter and setter for title:
getter/setter pair
- webInfo ↔ IWebInfo?
-
Property getter and setter for webInfo:
getter/setter pair
- whatToExpect ↔ String?
-
Property getter and setter for whatToExpect:
getter/setter pair
-
wrapped
→ Map<
String, dynamic> -
finalinherited
Methods
-
call<
T> (dynamic key) → T? -
inherited
-
clone(
) → IMeeting -
override
-
diffEquals(
dynamic other) → bool -
inherited
-
diffIdentical(
dynamic other) → bool -
inherited
-
get(
String name) → dynamic -
inherited
-
getByPath<
T> (JsonPath path) → T -
inherited
-
has(
String fieldName) → bool -
inherited
-
jpath<
T> (JsonPath< T> path, [T? value]) → T? -
inherited
-
modified(
) → dynamic -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prune(
Set< String> fields) → void -
inherited
-
setByPath<
T> (JsonPath< T> path, T? value) → dynamic -
inherited
-
sync(
[Set< String> ? fields]) → void -
There are some weird cases where collections aren't synced properly with the underlying json. This will
overwrite the json with the latest value of the variable.
inherited
-
takeFrom(
dynamic source) → void -
override
-
takeFromMap(
Map< String, dynamic> ? from, {bool copyEntries = true}) → void -
Used for meta-forms in setting deep properties
override
-
toJson(
) → dynamic -
toMap(
) → Map< String, dynamic> -
For RouteParams - move at some point?
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
dynamic key) → dynamic -
override
-
operator []=(
String key, dynamic value) → void -
override