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