isExclusive property Null safety

  1. @JsonKey(defaultValue: false)
bool isExclusive
read / write

True if this channel is exclusive

Implementation

@JsonKey(defaultValue: false)
bool isExclusive;