autoSaveInterval property

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

Implementation

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