menu
yuuna
utils
MokuroCatalogByIndex
getByUrl method
getByUrl
brightness_4
brightness_5
getByUrl
method
Future
<
MokuroCatalog
?
>
getByUrl
(
String
url
)
Implementation
Future<MokuroCatalog?> getByUrl(String url) { return getByIndex(r'url', [url]); }
yuuna
utils
MokuroCatalogByIndex
getByUrl method
MokuroCatalogByIndex extension
Methods
deleteAllByOrder
deleteAllByOrderSync
deleteAllByUrl
deleteAllByUrlSync
deleteByOrder
deleteByOrderSync
deleteByUrl
deleteByUrlSync
getAllByOrder
getAllByOrderSync
getAllByUrl
getAllByUrlSync
getByOrder
getByOrderSync
getByUrl
getByUrlSync
putAllByOrder
putAllByOrderSync
putAllByUrl
putAllByUrlSync
putByOrder
putByOrderSync
putByUrl
putByUrlSync