app property

CarpApp? app

The CARP app associated with the CARP Web Service. Returns null if this service has not yet been configured via the configure method.

Implementation

CarpApp? get app => _app;