PreviewResult.fromJson constructor

PreviewResult.fromJson(
  1. Map json_
)

Implementation

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