diskCache property

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

Implementation

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