Input$UnlockLockableInput constructor

Input$UnlockLockableInput({
  1. String? clientMutationId,
  2. required String lockableId,
})

Implementation

Input$UnlockLockableInput({this.clientMutationId, required this.lockableId});