ExportAppImageRequest.fromJson constructor

ExportAppImageRequest.fromJson(
  1. Map json_
)

Implementation

ExportAppImageRequest.fromJson(core.Map json_)
  : this(
      destinationRepository: json_['destinationRepository'] as core.String?,
    );