numPieces property
- @JsonKey.new(name: 'numPieces', fromJson: toInt, toJson: toString)
getter/setter pair
Implementation
@JsonKey(name: 'numPieces', fromJson: toInt, toJson: toString) int? numPieces;
@JsonKey(name: 'numPieces', fromJson: toInt, toJson: toString) int? numPieces;