attributionHTMLString property

NSString? get attributionHTMLString

The attribution HTML string associated with this source.

By default, this is nil. If the source is initialized with a configuration URL, this is nil until the configuration JSON file is loaded.

Implementation

objc.NSString? get attributionHTMLString {
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_attributionHTMLString);
  return _ret.address == 0 ? null : objc.NSString.castFromPointer(_ret, retain: true, release: true);
}