diskCache property

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

Implementation

@JsonKey(includeIfNull: false, name: 'disk-cache', fromJson: toInt, toJson: toString) int? diskCache;