findAllBySimoKana abstract method

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

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

Implementation

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