ftpPasv property

  1. @JsonKey(includeIfNull: false, name: 'ftp-pasv', fromJson: toBool, toJson: toString)
bool? ftpPasv
getter/setter pair

Implementation

@JsonKey(includeIfNull: false, name: 'ftp-pasv', fromJson: toBool, toJson: toString) bool? ftpPasv;