GoogleCloudStorage.fromJson constructor
GoogleCloudStorage.fromJson(
- Map json_
Implementation
GoogleCloudStorage.fromJson(core.Map json_)
: this(
gcsPath: json_['gcsPath'] as core.String?,
);