isInitialized property

  1. @visibleForTesting
bool get isInitialized

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

Implementation

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