primary property
bool
get
primary
True if this is a primary service.
Implementation
bool get primary =>
_object.getBooleanProperty(_serviceInterfaceName, 'Primary') ?? false;
True if this is a primary service.
bool get primary =>
_object.getBooleanProperty(_serviceInterfaceName, 'Primary') ?? false;