Error thrown when a lazily initialized variable cannot be initialized.

A static/library variable with an initializer expression is initialized the first time it is read. If evaluating the initializer expression causes another read of the variable, this error is thrown.

Extends

Properties

StackTrace stackTrace
read-only, inherited
String variableName
read-only

Constructors

CyclicInitializationError([String variableName])

Methods

toString() → String
Returns a string representation of this object.