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.

Inheritance

Properties

stackTrace StackTrace
read-only, inherited

variableName String
read-only

Constructors

CyclicInitializationError([String variableName])

Methods

toString() → String

Returns a string representation of this object.