UnexpectedLoadingKeyException constructor
const
UnexpectedLoadingKeyException([
- String? message
Creates a new UnexpectedLoadingKeyException with an optional
message.
Implementation
const UnexpectedLoadingKeyException([this.message]);