MissingSchemaException constructor

const MissingSchemaException(
  1. int requested,
  2. Iterable<int> available
)

A missing schema exception to be thrown when a requested schema snapshot is not available.

Implementation

const MissingSchemaException(this.requested, this.available);