$BoostSpecConditionBoostSpecBoostControlSpecControlPoint.fromJson constructor

$BoostSpecConditionBoostSpecBoostControlSpecControlPoint.fromJson(
  1. Map json_
)

Implementation

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