DeploymentsStopRequest.fromJson constructor

DeploymentsStopRequest.fromJson(
  1. Map json_
)

Implementation

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