MeetingPaths class

Constructors

MeetingPaths()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Properties

values Set<JsonPath>
final

Constants

attendees → const JsonPath<Map<String, IAttendee>>
dateCreated → const JsonPath<DateTime>
description → const JsonPath<String>
discriminator → const JsonPath<String>
durationAmount → const JsonPath<int>
durationUnit → const JsonPath<TimeUnit>
inPersonInfo → const JsonPath<IInPersonInfo>
isCancelled → const JsonPath<bool>
isComplete → const JsonPath<bool>
meetingImage → const JsonPath<Uri>
meetingType → const JsonPath<String>
organizerId → const JsonPath<String>
phoneInfo → const JsonPath<IPhoneInfo>
previousDate → const JsonPath<DateTime>
startDate → const JsonPath<DateTime>
title → const JsonPath<String>
webInfo → const JsonPath<IWebInfo>
whatToExpect → const JsonPath<String>