autoSaveInterval property
- @JsonKey(includeIfNull: false, name: 'auto-save-interval', fromJson: toInt, toJson: toString)
read / write
Implementation
@JsonKey(includeIfNull: false, name: 'auto-save-interval', fromJson: toInt, toJson: toString) int? autoSaveInterval;