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