ReservedKindError constructor
- String message
Creates a new ReservedKindError with the given message.
Implementation
const ReservedKindError(super.message);
Creates a new ReservedKindError with the given message.
const ReservedKindError(super.message);