SharedStorageUrlWithMetadata constructor

SharedStorageUrlWithMetadata({
  1. required String url,
  2. required List<SharedStorageReportingMetadata> reportingMetadata,
})

Implementation

SharedStorageUrlWithMetadata(
    {required this.url, required this.reportingMetadata});