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.

Source

Future<InstanceType> fetchOne();