menu
xpm package
documentation
database/models/repo.dart
RepoByIndex
putByUrl method
putByUrl method
dark_mode
light_mode
putByUrl
method
Future
<
Id
>
putByUrl
(
Repo
object
)
Implementation
Future<Id> putByUrl(Repo object) { return putByIndex(r'url', object); }
xpm package
documentation
database/models/repo
RepoByIndex
putByUrl method
RepoByIndex extension on IsarCollection
<
Repo
>