LocaleCaseError constructor
LocaleCaseError(
- String message
Creates a new LocaleCaseError with the given message.
Implementation
LocaleCaseError(this.message);
Creates a new LocaleCaseError with the given message.
LocaleCaseError(this.message);