app property

  1. @override
CarpApp app
override

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

Implementation

@override
CarpApp get app => nonNullAble(_app);