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