input property

Object? input
final

The raw input passed to the wrapped operation.

Providers decide whether and how to encode this (e.g. JSON). May be null.

Implementation

final Object? input;