toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final boost = this.boost;
final boostControlSpec = this.boostControlSpec;
final condition = this.condition;
return {
'boost': ?boost,
'boostControlSpec': ?boostControlSpec,
'condition': ?condition,
};
}