ApiCallback constructor
Implementation
const factory ApiCallback({
/// The name of the callback
required String name,
/// The callback expression to evaluate and operation to perform
required Map<String, PathItem> expression,
}) = _ApiCallback;