autoSaveInterval property
- @JsonKey.new(includeIfNull: false, name: 'auto-save-interval', fromJson: toInt, toJson: toString)
getter/setter pair
Implementation
@JsonKey(includeIfNull: false, name: 'auto-save-interval', fromJson: toInt, toJson: toString) int? autoSaveInterval;