hasComputedBlock property

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

True if the stat is computed rather than being delivered as a raw value on items. For instance, the Light stat in Destiny 1 was a computed stat.

Implementation

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