FactSchemaMixin mixin

Implemented types
Mixin Applications

Properties

bundle String?
Property getter and setter for bundle:
getter/setter pairinherited
category String?
Property getter and setter for category:
getter/setter pairinherited
dates List<IFactMetaDate>?
Property getter and setter for dates:
getter/setter pairinherited
defaultTemplate IFactSchemaTemplate?
no setter
diffHashCode int
no setterinherited
diffKey → dynamic
For Diffable
no setterinherited
diffSource → dynamic
For Diffable
no setterinherited
duration IFactDuration?
Property getter and setter for duration:
getter/setter pairinherited
entitySchema → IMEntityDefinition
no setter
factTokens List<String>?
Property getter and setter for factTokens:
getter/setter pairinherited
firstHistoricalDate IFactMetaDate?
no setter
futureTemplate IFactSchemaTemplate?
no setter
hashCode int
The hash code for this object.
no setterinherited
icon String?
Property getter and setter for icon:
getter/setter pairinherited
id String?
no setteroverride
ignoredPaths Set<JsonPath>
no setterinherited
isActionable bool
no setter
isAttribute bool?
Property getter and setter for isAttribute:
getter/setter pairinherited
isDue bool
no setter
isHistorical bool
no setter
isNotSingleton bool
no setter
isOrg bool
no setter
isSingleton bool?
Property getter and setter for isSingleton:
getter/setter pairinherited
isTimeSensitive bool
no setter
label String?
no setter
Property getter and setter for links:
getter/setter pairinherited
mfields Set<String>
no setterinherited
mkey → MKey?
no setterinherited
mkeyOrNull → MKey?
no setterinherited
mschema ↔ IMSchemaDefinition?
Property getter and setter for mschema:
getter/setter pairinherited
mtype → MSchemaRef
no setterinherited
parentRef → MSchemaRef?
no setter
pastTemplate IFactSchemaTemplate?
no setter
pluralLabel String?
no setter
presentTemplate IFactSchemaTemplate?
no setter
recordKey → RecordKey?
no setterinherited
recordType ↔ MSchemaRef?
Property getter and setter for recordType:
getter/setter pairinherited
ref ↔ MSchemaRef?
Property getter and setter for ref:
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
template String?
no setter
templates Map<String, IFactSchemaTemplate>?
Property getter and setter for templates:
getter/setter pairinherited
tenses List<IFactTense>?
Property getter and setter for tenses:
getter/setter pairinherited
timelineField → JsonPath?
no setter
title String?
no setter
wrapped Map<String, dynamic>
finalinherited

Methods

call<T>(dynamic key) → T?
inherited
clone() IFactSchema
inherited
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
inherited
takeFromMap(Map<String, dynamic>? from, {bool copyEntries = true}) → void
Used for meta-forms in setting deep properties
inherited
toJson() → dynamic
inherited
tokenize() Set<String>
toMap() Map<String, dynamic>
For RouteParams - move at some point?
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](dynamic key) → dynamic
inherited
operator []=(String key, dynamic value) → void
inherited