meta property

Object? meta
final

Arbitrary data carried along for logging, devtools or a query function, which receives it as QueryFunctionContext.meta. No default: unset, the key's registered default applies, if any.

Implementation

final Object? meta;