EventStoreException constructor

const EventStoreException(
  1. String message, [
  2. dynamic cause
])

Implementation

const EventStoreException(this.message, [this.cause]);