AnalyticsSource class abstract final

Who produced an event. Server-stamped — never read from a client envelope. A public-key ingest path stamps client; only an internal / secret-key path may stamp server.

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 Methods

isKnown(String value) bool
Whether value is a recognised source.

Constants

client → const String
Emitted by the SDK in a host app (public-key ingest).
known → const Set<String>
The source vocabulary.
server → const String
Emitted server-side (subscription lifecycle, secret-key path).