disabled property

  1. @JsonKey(includeToJson: false, includeFromJson: false)
bool? disabled

True if the channel is disabled

Implementation

@JsonKey(includeToJson: false, includeFromJson: false)
bool? get disabled => extraData['disabled'] as bool?;