putByUrlSync method

Id putByUrlSync(
  1. MokuroCatalog object,
  2. {bool saveLinks = true}
)

Implementation

Id putByUrlSync(MokuroCatalog object, {bool saveLinks = true}) {
  return putByIndexSync(r'url', object, saveLinks: saveLinks);
}