MeetingFlowInfoPaths class

Constructors

MeetingFlowInfoPaths()

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

attendedOptionalFacts → const JsonPath<List<MSchemaRef>>
attendedRequiredFacts → const JsonPath<List<MSchemaRef>>
availableMeetingTypes → const JsonPath<List<String>>
completedRequiredFacts → const JsonPath<List<MSchemaRef>>
meetingCompletionDescription → const JsonPath<String>
meetingCompletionTitle → const JsonPath<String>
meetingImageUrl → const JsonPath<Uri>
meetingTemplateDescription → const JsonPath<String>
meetingTemplateName → const JsonPath<String>
meetingTypeName → const JsonPath<String>
notAttendedOptionalFacts → const JsonPath<List<MSchemaRef>>
notAttendedRequiredFacts → const JsonPath<List<MSchemaRef>>
showMeetingCompletionTask → const JsonPath<bool>