Skip to content

Commit 77e02f3

Browse files
authored
Merge pull request #248 from johnpryan/nullable-haspages
Nullable hasPages
2 parents 9b91133 + d5a15ba commit 77e02f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/common/model/repos.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class Repository {
137137

138138
/// If the Repository has any Github Pages
139139
@JsonKey(name: 'has_pages')
140-
final bool hasPages;
140+
final bool? hasPages;
141141

142142
/// Number of Forks
143143
@JsonKey(name: 'forks_count')

lib/src/common/model/repos.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)