IFactService class abstract

Constructors

IFactService()

Properties

hashCode int
The hash code for this object.
no setterinherited
restrictedSchemas Set<MSchemaRef>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteFact(IFact fact) Future
findFactSchemas(String queryText) Future<List<FactDateSchemaQuery>>
getFactEmoji(MSchemaRef? schemaRef) String
getFactSchema(MSchemaRef? schemaRef) IFactSchema?
loadFactSchema(MSchemaRef ref) FutureOr<IFactSchema>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveMetaDates(Iterable<MetaDateRef> refs) Future<List<FactSchemaAndDate>>
saveFact(IFact fact) Future<IFact>
streamFactsForContact(MKey mkey) → ValueStream<IFacts>
toString() String
A string representation of this object.
inherited

Operators

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