findAllByAuthorKana abstract method

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

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

Implementation

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