callbacks property

  1. @_ApiCallbackMapConverter.new()
Map<String, ApiCallback>? get callbacks
inherited

A map of possible out-of band callbacks related to the parent operation. The key is a unique identifier for the ApiCallback Object.

Implementation

Map<String, Response>? get responses;/// A map of possible out-of band callbacks related to the parent operation.
/// The key is a unique identifier for the [ApiCallback] Object.
@_ApiCallbackMapConverter() Map<String, ApiCallback>? get callbacks;