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