isAutoGeneratedErrorPage property
bool
get
isAutoGeneratedErrorPage
Implementation
bool get isAutoGeneratedErrorPage => document != null
? Xml.hasAttribute(node: document!.rootElement, tag: errorPageAttribute)
: false;