UnlockDeploymentRequest.fromJson constructor

UnlockDeploymentRequest.fromJson(
  1. Map json_
)

Implementation

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