[mob] Clean up

This commit is contained in:
Neeraj Gupta
2025-02-03 11:28:28 +05:30
parent e42024c912
commit e98b0f4e10

View File

@@ -80,12 +80,6 @@ class FileDataEntity {
)
: null;
RemoteClipEmbedding? get clipEmbedding => remoteRawData[_clipKey] != null
? RemoteClipEmbedding.fromJson(
remoteRawData[_clipKey] as Map<String, dynamic>,
)
: null;
RemoteClipEmbedding? getClipEmbeddingIfCompatible(
int minClipMlVersion,
) {