findAllByAuthor abstract method

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

Returns cards list linked to author value, otherwise empty.

Implementation

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