isWrapper property

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

If true, this is a dummy vendor-wrapped item template. Items purchased from Eververse will be "wrapped" by one of these items so that we can safely provide refund capabilities before the item is "unwrapped".

Implementation

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