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