isFork property

  1. @JsonKey(name: 'fork')
bool isFork
final

If the Repository is a fork

Implementation

@JsonKey(name: 'fork')
final bool isFork;