menu
xpm package
documentation
database/models/repo.dart
RepoByIndex
getByUrlSync method
getByUrlSync method
dark_mode
light_mode
getByUrlSync
method
Repo
?
getByUrlSync
(
String
url
)
Implementation
Repo? getByUrlSync(String url) { return getByIndexSync(r'url', [url]); }
xpm package
documentation
database/models/repo
RepoByIndex
getByUrlSync method
RepoByIndex extension on IsarCollection
<
Repo
>