getByIdSync method

Record? getByIdSync(
  1. String id
)

Implementation

Record? getByIdSync(String id) => _collectionOperations.getByIdSync(id);