getDocumentableChannelComponents abstract method Null safety

Iterable<APIComponentDocumenter?> getDocumentableChannelComponents(
  1. ApplicationChannel channel
)

Implementation

Iterable<APIComponentDocumenter?> getDocumentableChannelComponents(
  ApplicationChannel channel,
);