nonTransferrable property

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

The intrinsic transferability of an item. I hate that this boolean is negative - but there's a reason. Just because an item is intrinsically transferrable doesn't mean that it can be transferred, and we don't want to imply that this is the only source of that transferability.

Implementation

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