pieceLength property

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

Implementation

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