RepoByIndex extension

on
  • IsarCollection<Repo>

Methods

deleteAllByUrl(List<String> urlValues) Future<int>

Available on IsarCollection<Repo>, provided by the RepoByIndex extension

deleteAllByUrlSync(List<String> urlValues) int

Available on IsarCollection<Repo>, provided by the RepoByIndex extension

deleteByUrl(String url) Future<bool>

Available on IsarCollection<Repo>, provided by the RepoByIndex extension

deleteByUrlSync(String url) bool

Available on IsarCollection<Repo>, provided by the RepoByIndex extension

getAllByUrl(List<String> urlValues) Future<List<Repo?>>

Available on IsarCollection<Repo>, provided by the RepoByIndex extension

getAllByUrlSync(List<String> urlValues) List<Repo?>

Available on IsarCollection<Repo>, provided by the RepoByIndex extension

getByUrl(String url) Future<Repo?>

Available on IsarCollection<Repo>, provided by the RepoByIndex extension

getByUrlSync(String url) Repo?

Available on IsarCollection<Repo>, provided by the RepoByIndex extension

putAllByUrl(List<Repo> objects) Future<List<Id>>

Available on IsarCollection<Repo>, provided by the RepoByIndex extension

putAllByUrlSync(List<Repo> objects, {bool saveLinks = true}) List<Id>

Available on IsarCollection<Repo>, provided by the RepoByIndex extension

putByUrl(Repo object) Future<Id>

Available on IsarCollection<Repo>, provided by the RepoByIndex extension

putByUrlSync(Repo object, {bool saveLinks = true}) → Id

Available on IsarCollection<Repo>, provided by the RepoByIndex extension