FactMetaDatePaths class

Constructors

FactMetaDatePaths()

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

agent → const JsonPath<IFactAgent>
dateTokens → const JsonPath<List<String>>
factRef → const JsonPath<MSchemaRef>
followUpLabel → const JsonPath<String>
hasTime → const JsonPath<bool>
isEnd → const JsonPath<bool>
isExpiration → const JsonPath<bool>
isFlexible → const JsonPath<bool>
isFuture → const JsonPath<bool>
isHistorical → const JsonPath<bool>
isStart → const JsonPath<bool>
isTimestamp → const JsonPath<bool>
label → const JsonPath<String>
path → const JsonPath<JsonPath>
priority → const JsonPath<int>
recurs → const JsonPath<IFactRecurrence>
remindableInfo → const JsonPath<IRemindableInfo>
timeSensitivity → const JsonPath<ITimeSensitivity>
verb → const JsonPath<String>