channel property

  1. @BuiltValueField(wireName: r'channel')
bool? channel

Set to "true" to enable channel-wide notifications (@channel, @all, etc.), "false" to disable. Defaults to "true".

Implementation

@BuiltValueField(wireName: r'channel')
bool? get channel;