DataFetchOptions.single constructor
const
DataFetchOptions.single([
- bool fetchFromLast = false
Implementation
const DataFetchOptions.single([bool fetchFromLast = false])
: this.limit(1, fetchFromLast);