isInitialized property

  1. @visibleForTesting
bool isInitialized

A flag that returns true if the controller has been initialized or not.

Implementation

@visibleForTesting
bool get isInitialized => _googleMap != null;