type property

  1. @JsonKey(includeIfNull: false, toJson: channelTypeToString)
ChannelType? type
inherited

Type of Channel, whether it's a vtuber or a subber. Leave unset to query all.

Implementation

@JsonKey(includeIfNull: false, toJson: channelTypeToString)
ChannelType? get type => throw _privateConstructorUsedError;