findById abstract method

Card? findById({
  1. required int id,
})

Returns card linked to id, otherwise null.

Implementation

Card? findById({required int id});