allEndpoints property

List<ApiEndpoint> get allEndpoints

Implementation

List<ApiEndpoint> get allEndpoints {
  return services.expand((service) => service.endpoints).toList();
}