isBot property

bool get isBot

Whether this contributor is a bot (e.g., dependabot).

Implementation

bool get isBot => type == 'Bot';