DeleteStatefileRequest constructor

DeleteStatefileRequest({
  1. String? lockId,
})

Implementation

DeleteStatefileRequest({
  this.lockId,
});