maxFileNotFound property
- @JsonKey(includeIfNull: false, name: 'max-file-not-found', fromJson: toInt, toJson: toString)
getter/setter pair
Implementation
@JsonKey(includeIfNull: false, name: 'max-file-not-found', fromJson: toInt, toJson: toString) int? maxFileNotFound;