RefreshCacheOutput constructor

RefreshCacheOutput({
  1. String? fileShareARN,
  2. String? notificationId,
})

Implementation

RefreshCacheOutput({
  this.fileShareARN,
  this.notificationId,
});