ExportDeploymentStatefileRequest.fromJson constructor

ExportDeploymentStatefileRequest.fromJson(
  1. Map json_
)

Implementation

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