mirror of
https://github.com/ente-io/ente.git
synced 2025-08-12 17:20:37 +00:00
6 lines
72 B
Dart
6 lines
72 B
Dart
class SearchResult {
|
|
final String path;
|
|
|
|
SearchResult(this.path);
|
|
}
|