pieceLength property
- @JsonKey(includeIfNull: false, name: 'piece-length', fromJson: toInt, toJson: toString)
read / write
Implementation
@JsonKey(includeIfNull: false, name: 'piece-length', fromJson: toInt, toJson: toString) int? pieceLength;