StorageObjectId.fromJson constructor

StorageObjectId.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory StorageObjectId.fromJson(Map<String, Object?> json) => _$StorageObjectIdFromJson(json);