ReadStateRequest constructor

const ReadStateRequest({
  1. List<List<BinaryBlob>>? paths,
  2. Object? sender,
  3. Expiry? ingressExpiry,
})

Implementation

const ReadStateRequest({
  this.paths,
  this.sender,
  this.ingressExpiry,
});