diskCache property
- @JsonKey(includeIfNull: false, name: 'disk-cache', fromJson: toInt, toJson: toString)
getter/setter pair
Implementation
@JsonKey(includeIfNull: false, name: 'disk-cache', fromJson: toInt, toJson: toString) int? diskCache;