DataFetchOptions.single constructor

const DataFetchOptions.single([
  1. bool fetchFromLast = false
])

Implementation

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