disabled property

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

True if the channel is disabled

Implementation

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