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