DeploymentsStopRequest.fromJson constructor

DeploymentsStopRequest.fromJson(
  1. Map json_
)

Implementation

DeploymentsStopRequest.fromJson(core.Map json_)
    : this(
        fingerprint: json_.containsKey('fingerprint')
            ? json_['fingerprint'] as core.String
            : null,
      );