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