callbacks property

List<Callback>? callbacks
getter/setter pair

The callbacks which match the request.

Implementation

core.List<Callback>? callbacks;