internal/dsl library

Definitions inspected at build-time. These only exists so that they can be recognized by the zap compiler.

Constants

prop → const Property

Functions

extractFromFuture<T>(FutureOr<T> future) ZapSnapshot<T>
extractFromIterable<T>(Iterable<T> iterable) → T
extractFromStream<T>(Stream<T> stream) ZapSnapshot<T>
watch<T>(Watchable<T> watchable) → T