apiUrl property

  1. @JsonKey(name: 'url')
String? apiUrl
getter/setter pair

Ex: https://api.github.com/...

Implementation

@JsonKey(name: 'url')
String? apiUrl;