ImportStatefileRequest constructor

ImportStatefileRequest({
  1. String? lockId,
})

Implementation

ImportStatefileRequest({
  this.lockId,
});