Statefile constructor

Statefile({
  1. String? signedUri,
})

Implementation

Statefile({
  this.signedUri,
});