hasComputedBlock property
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;
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.
@JsonKey(name:'hasComputedBlock')
bool? hasComputedBlock;