LookupStreamObjectRequest constructor

LookupStreamObjectRequest({
  1. SourceObjectIdentifier? sourceObjectIdentifier,
})

Implementation

LookupStreamObjectRequest({
  this.sourceObjectIdentifier,
});