LocaleCaseError constructor

LocaleCaseError(
  1. String message
)

Creates a new LocaleCaseError with the given message.

Implementation

LocaleCaseError(this.message);