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