AnkiMappingByIndex extension

on

Methods

deleteAllByLabel(List<String> labelValues) Future<int>
deleteAllByLabelSync(List<String> labelValues) int
deleteAllByOrder(List<int> orderValues) Future<int>
deleteAllByOrderSync(List<int> orderValues) int
deleteByLabel(String label) Future<bool>
deleteByLabelSync(String label) bool
deleteByOrder(int order) Future<bool>
deleteByOrderSync(int order) bool
getAllByLabel(List<String> labelValues) Future<List<AnkiMapping?>>
getAllByLabelSync(List<String> labelValues) List<AnkiMapping?>
getAllByOrder(List<int> orderValues) Future<List<AnkiMapping?>>
getAllByOrderSync(List<int> orderValues) List<AnkiMapping?>
getByLabel(String label) Future<AnkiMapping?>
getByLabelSync(String label) AnkiMapping?
getByOrder(int order) Future<AnkiMapping?>
getByOrderSync(int order) AnkiMapping?
putAllByLabel(List<AnkiMapping> objects) Future<List<Id>>
putAllByLabelSync(List<AnkiMapping> objects, {bool saveLinks = true}) List<Id>
putAllByOrder(List<AnkiMapping> objects) Future<List<Id>>
putAllByOrderSync(List<AnkiMapping> objects, {bool saveLinks = true}) List<Id>
putByLabel(AnkiMapping object) Future<Id>
putByLabelSync(AnkiMapping object, {bool saveLinks = true}) Id
putByOrder(AnkiMapping object) Future<Id>
putByOrderSync(AnkiMapping object, {bool saveLinks = true}) Id