toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (configSteps != null) 'configSteps': configSteps!,
      if (execResourceOutput != null)
        'execResourceOutput': execResourceOutput!,
      if (osPolicyResourceId != null)
        'osPolicyResourceId': osPolicyResourceId!,
      if (state != null) 'state': state!,
    };