V21 property

Get default settings for EventStoreDB v21.x

Implementation

static final EventStoreClientSettings V21 = V20.copyWith(
  batchAppend: true,
  apiVersion: ApiVersions.V21,
);