toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (reportErrors != null) 'reportErrors': reportErrors!,
      if (serviceConfigId != null) 'serviceConfigId': serviceConfigId!,
      if (serviceRolloutId != null) 'serviceRolloutId': serviceRolloutId!,
    };