withId method

Iterable<Service> withId(
  1. Uuid id
)

Implementation

Iterable<Service> withId(Uuid id) => where((s) => s.id.expanded == id.expanded);