channelTypes property

List<ChannelType>? channelTypes
final

The types of channels this converter allows users to select.

If this is null, all channel types can be selected. Note that only channels which match both these types and T will be parsed by this converter.

Implementation

final List<ChannelType>? channelTypes;