helpAnchor property

String helpAnchor

Implementation

String get helpAnchor {
  Pointer<Void> result =
      performSync('helpAnchor'.toSEL(), decodeRetVal: false);
  return NSString.fromPointer(result).raw;
}