menu
github_flutter
github.dart
CommitComment
apiUrl property
apiUrl
dark_mode
light_mode
apiUrl
property
@
JsonKey
(name: 'url')
String
?
apiUrl
getter/setter pair
Ex:
https://api.github.com/
...
Implementation
@JsonKey(name: 'url') String? apiUrl;
github_flutter
github
CommitComment
apiUrl property
CommitComment class