app property

CarpApp? get 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;