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