PageLoaderArgumentError.onWrongType constructor

PageLoaderArgumentError.onWrongType(
  1. String f,
  2. Type actualType
)

Implementation

factory PageLoaderArgumentError.onWrongType(String f, Type actualType) =>
    PageLoaderArgumentError._(
        "'$f' must be called on PageObjects or 'PageLoaderElement' type. "
        "Currently being called on type '$actualType'.");