EventStoreImage constructor

EventStoreImage(
  1. String tag,
  2. bool isReady(
    1. String
    )
)

Implementation

EventStoreImage(
  this.tag,
  this.isReady,
);