UnexpectedLoadingKeyException constructor

const UnexpectedLoadingKeyException([
  1. String? message
])

Creates a new UnexpectedLoadingKeyException with an optional message.

Implementation

const UnexpectedLoadingKeyException([this.message]);