isRandomRepurchasable property

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

If this is true, the node can be "re-rolled" to acquire a different random current step. This is not used, but still exists for a theoretical future of talent grids.

Implementation

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