menu
tattoo
models/contributor.dart
Contributor
isBot property
isBot
dark_mode
light_mode
isBot
property
bool
get
isBot
Whether this contributor is a bot (e.g., dependabot).
Implementation
bool get isBot => type == 'Bot';
tattoo
contributor
Contributor
isBot property
Contributor class