putByLabelSync method

Id putByLabelSync(
  1. AnkiMapping object,
  2. {bool saveLinks = true}
)

Implementation

Id putByLabelSync(AnkiMapping object, {bool saveLinks = true}) {
  return putByIndexSync(r'label', object, saveLinks: saveLinks);
}