styleURL property
NSURL
get
styleURL
URL of the style whose resources are required for offline viewing.
In addition to the JSON stylesheet, different styles may require different font glyphs, sprite sheets, and other resources.
The URL may be a full HTTP or HTTPS URL or a canonical URL
Implementation
objc.NSURL get styleURL {
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_styleURL);
return objc.NSURL.castFromPointer(_ret, retain: true, release: true);
}