SourceGetMetadataResponse constructor

SourceGetMetadataResponse({
  1. SourceMetadata? metadata,
})

Implementation

SourceGetMetadataResponse({
  this.metadata,
});