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