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