httpNoCache property

  1. @JsonKey(includeIfNull: false, name: 'http-no-cache', fromJson: toBool, toJson: toString)
bool? httpNoCache
getter/setter pair

Implementation

@JsonKey(includeIfNull: false, name: 'http-no-cache', fromJson: toBool, toJson: toString) bool? httpNoCache;