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