feat: favorite action (#19623)

This commit is contained in:
Alex 2025-06-30 12:21:09 -05:00 committed by GitHub
parent fa5f30d9ca
commit 4c3fcdc745
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 238 additions and 56 deletions

View file

@ -37,9 +37,10 @@ class RemoteAssetEntity extends Table
}
extension RemoteAssetEntityDataDomainEx on RemoteAssetEntityData {
Asset toDto() => Asset(
RemoteAsset toDto() => RemoteAsset(
id: id,
name: name,
ownerId: ownerId,
checksum: checksum,
type: type,
createdAt: createdAt,