toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (azureCredentials != null) 'azureCredentials': azureCredentials!,
      if (container != null) 'container': container!,
      if (credentialsSecret != null) 'credentialsSecret': credentialsSecret!,
      if (path != null) 'path': path!,
      if (storageAccount != null) 'storageAccount': storageAccount!,
    };