findAllBySimo abstract method

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

Returns cards list linked to simo value, otherwise empty.

Implementation

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