ftpReuseConnection property
- @JsonKey.new(includeIfNull: false, name: 'ftp-reuse-connection', fromJson: toBool, toJson: toString)
getter/setter pair
Implementation
@JsonKey(includeIfNull: false, name: 'ftp-reuse-connection', fromJson: toBool, toJson: toString) bool? ftpReuseConnection;