initialized property

bool get initialized

Implementation

bool get initialized => isReady && (controller?.value.isInitialized ?? false);