StorageObjectId constructor

const StorageObjectId({
  1. required String collection,
  2. required String key,
  3. String? version,
})

Implementation

const factory StorageObjectId({
  required String collection,
  required String key,
  String? version,
}) = _StorageObjectId;