AllocError constructor

const AllocError(
  1. AllocErrorKind kind
)

Wraps the allocation-failure kind canon reported.

Implementation

const AllocError(this.kind);