$BoostSpecConditionBoostSpecBoostControlSpecControlPoint.fromJson constructor
$BoostSpecConditionBoostSpecBoostControlSpecControlPoint.fromJson(
- Map json_
Implementation
$BoostSpecConditionBoostSpecBoostControlSpecControlPoint.fromJson(
core.Map json_)
: this(
attributeValue: json_['attributeValue'] as core.String?,
boostAmount: (json_['boostAmount'] as core.num?)?.toDouble(),
);