toJson method

Map<String, dynamic> toJson()

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,
  };
}