findAllBySimoRomaji abstract method

List<Card> findAllBySimoRomaji({
  1. required String value,
})

Returns cards list linked to simo romaji value, otherwise empty.

Implementation

List<Card> findAllBySimoRomaji({required String value});