initError property

Object? initError
getter/setter pair

Set if init threw synchronously, or its returned future completed with an error. null otherwise.

Implementation

Object? initError;