isBot property

  1. @JsonKey(name: 'bot')
bool? isBot
inherited

Indicates that the account may perform automated actions, may not be monitored, or identifies as a robot.

Implementation

@JsonKey(name: 'bot')
bool? get isBot => throw _privateConstructorUsedError;