isBot property

  1. @JsonKey.new(includeIfNull: false, name: 'is_bot')
bool? isBot
final

Filter by bot status

Implementation

@JsonKey(includeIfNull: false, name: 'is_bot')
final bool? isBot;