value property
String
get
value
Implementation
String get value {
final primary = primarySignal;
if (primary != null) {
return primary.value;
}
throw StateError('CockpitLocator does not define a primary signal.');
}