isRepack property

  1. @JsonKey.new(name: 'isRepack')
bool? isRepack
getter/setter pair

Is the file source a repack?

Implementation

@JsonKey(name: 'isRepack')
bool? isRepack;