toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (boost != null) 'boost': boost!,
  if (boostControlSpec != null) 'boostControlSpec': boostControlSpec!,
  if (condition != null) 'condition': condition!,
};