S3DownloadDataPluginOptions.fromJson constructor

S3DownloadDataPluginOptions.fromJson(
  1. Map<String, Object?> json
)

The configurable parameters invoking the Storage S3 plugin downloadData API.

Implementation

factory S3DownloadDataPluginOptions.fromJson(Map<String, Object?> json) =>
    _$S3DownloadDataPluginOptionsFromJson(json);