SignedUriDestination.fromJson constructor

SignedUriDestination.fromJson(
  1. Map json_
)

Implementation

SignedUriDestination.fromJson(core.Map json_)
  : this(fileFormat: json_['fileFormat'] as core.String?);