AwsStorageResult<T> constructor

AwsStorageResult<T>(
  1. T data
)

result of an AwsStorage operation

Implementation

AwsStorageResult(this.data);