rlimitNofile property
- @JsonKey(includeIfNull: false, name: 'rlimit-nofile', fromJson: toInt, toJson: toString)
getter/setter pair
Implementation
@JsonKey(includeIfNull: false, name: 'rlimit-nofile', fromJson: toInt, toJson: toString) int? rlimitNofile;