CelmObservation class

A structured state snapshot: what perception produced, and what it examined to produce it.

Constructors

CelmObservation({required Map<String, dynamic> descriptor, required List<CelmCoverage> coverage, required DateTime at})
const
CelmObservation.fromJson(Map<String, dynamic> json)
factory

Properties

at DateTime
final
coverage List<CelmCoverage>
What was examined. Empty coverage makes every absence unobservable.
final
descriptor Map<String, dynamic>
Structured content, in the perception layer's descriptor schema.
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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