initialized property

bool get initialized

Implementation

bool get initialized => _firebaseApp != null && _firebaseFirestore != null;