only method

Filter by requestType.

Implementation

List<OfflineOperation> only(DataRequestType requestType) {
  return where((_) => _.requestType == requestType).toImmutableList();
}