getById method Null safety

OwnershipModel? getById(
  1. Uint8List id
)

Implementation

OwnershipModel? getById(Uint8List id) => _repository.getById(id);