isActive property
Whether this perk is currently active. (We may return perks that you have not actually activated yet: these represent perks that you should show in the item's tooltip, but that the user has not yet activated.)
Implementation
@JsonKey(name:'isActive')
bool? isActive;