fetchOne abstract method

Future<InstanceType?> fetchOne()

Fetches a single InstanceType from the database.

This method behaves the same as fetch, but limits the results to a single object.

Implementation

Future<InstanceType?> fetchOne();