initError property

Object? initError
getter/setter pairinherited

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

Implementation

Object? initError;