findById abstract method

T? findById(
  1. dynamic id
)

Find a record by ID

Implementation

T? findById(dynamic id);