only method

Filter by label kind.

Implementation

List<OfflineOperation> only(DataRequestLabel label) {
  return where((_) => _.label.kind == label.kind).toImmutableList();
}