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