findBy method Null safety

Domain findBy(
  1. int keyId
)

Find the correspondent domain by it's Key Id.

Implementation

Domain findBy(int keyId);