StorageConfig.fromJson constructor

StorageConfig.fromJson(
  1. Map json_
)

Implementation

StorageConfig.fromJson(core.Map json_)
    : this(
        bucket: json_['bucket'] as core.String?,
      );