autoSaveInterval property

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

Implementation

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