ExportDeploymentStatefileRequest.fromJson constructor
ExportDeploymentStatefileRequest.fromJson(
- Map json_
Implementation
ExportDeploymentStatefileRequest.fromJson(core.Map json_)
: this(
draft: json_['draft'] as core.bool?,
);