instance property

Implementation

static DirectionsRendererPlatform get instance => _instance;
set instance (DirectionsRendererPlatform instance)

Implementation

static set instance(DirectionsRendererPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}