StorageFile constructor

StorageFile({
  1. required String relativeRef,
  2. String? checksum,
  3. int? size,
})

Implementation

StorageFile({required this.relativeRef, this.checksum, this.size});