findByAuthor abstract method

Card? findByAuthor({
  1. required String value,
})

Returns card linked to author value, otherwise null.

Implementation

Card? findByAuthor({required String value});