SharedStorageUrlWithMetadata constructor
SharedStorageUrlWithMetadata({
- required String url,
- required List<
SharedStorageReportingMetadata> reportingMetadata,
Implementation
SharedStorageUrlWithMetadata({
required this.url,
required this.reportingMetadata,
});