hidden property

  1. @JsonKey(ignore: true)
bool? hidden

True if the channel is hidden

Implementation

@JsonKey(ignore: true)
bool? get hidden => extraData['hidden'] as bool?;