$CustomBiddingAlgorithmRulesError.fromJson constructor
$CustomBiddingAlgorithmRulesError.fromJson(
- Map json_
Implementation
$CustomBiddingAlgorithmRulesError.fromJson(core.Map json_)
: this(
errorCode: json_['errorCode'] as core.String?,
);