maxMmapLimit property

  1. @JsonKey(includeIfNull: false, name: 'max-mmap-limit', fromJson: toInt, toJson: toString)
int? maxMmapLimit
getter/setter pair

Implementation

@JsonKey(includeIfNull: false, name: 'max-mmap-limit', fromJson: toInt, toJson: toString) int? maxMmapLimit;