PageLoaderException constructor

const PageLoaderException(
  1. String message, [
  2. PageLoaderElement? element
])

Implementation

const PageLoaderException(this.message, [this.element]);