primary property

bool get primary

True if this is a primary service.

Implementation

bool get primary =>
    _object.getBooleanProperty(_serviceInterfaceName, 'Primary') ?? false;