toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (blueGreenSettings != null) 'blueGreenSettings': blueGreenSettings!,
      if (maxSurge != null) 'maxSurge': maxSurge!,
      if (maxUnavailable != null) 'maxUnavailable': maxUnavailable!,
      if (strategy != null) 'strategy': strategy!,
    };