ReservedKindError constructor

const ReservedKindError(
  1. String message
)

Creates a new ReservedKindError with the given message.

Implementation

const ReservedKindError(super.message);